wayland: ensure the clip region is updated after the window size is updated

https://bugzilla.gnome.org/show_bug.cgi?id=700301
This commit is contained in:
Thomas Wood 2013-05-14 15:25:30 +01:00 committed by Rob Bradford
parent 7793f21d2a
commit 9cb197abc2

View File

@ -736,8 +736,8 @@ gdk_wayland_window_configure (GdkWindow *window,
event->configure.width = width;
event->configure.height = height;
_gdk_window_update_size (window);
gdk_wayland_window_update_size (window, width, height, edges);
_gdk_window_update_size (window);
g_object_ref(window);