diff options
Diffstat (limited to 'new/container_unix.c')
| -rw-r--r-- | new/container_unix.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/new/container_unix.c b/new/container_unix.c index e3f8da3..d9d6996 100644 --- a/new/container_unix.c +++ b/new/container_unix.c @@ -102,3 +102,9 @@ GtkWidget *newContainer(void) { return GTK_WIDGET(g_object_new(uiContainerType, NULL)); } + +void updateParent(uintptr_t parent) +{ + if (parent != 0) + gtk_widget_queue_resize(GTK_WIDGET(parent)); +} |
