window: Use gtk_widget_queue_resize()
_gtk_container_queue_resize() is a private function and probably shouldn't have even been used in 1999 when this call was originally added.
This commit is contained in:
@ -190,7 +190,7 @@ gtk_win32_embed_widget_realize (GtkWidget *widget)
|
||||
}
|
||||
gtk_widget_size_allocate (widget, &allocation);
|
||||
|
||||
_gtk_container_queue_resize (GTK_CONTAINER (widget));
|
||||
gtk_widget_queue_resize (widget);
|
||||
|
||||
g_return_if_fail (!gtk_widget_get_realized (widget));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user