forked from AuroraMiddleware/gtk
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:
parent
7793f21d2a
commit
9cb197abc2
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user