forked from AuroraMiddleware/gtk
wayland: Stop emitting size-changed
It's dealt with by GdkSurface::layout now.
This commit is contained in:
parent
8a599b2582
commit
0dcd4a5bdb
@ -999,9 +999,6 @@ gdk_wayland_surface_resize (GdkSurface *surface,
|
||||
{
|
||||
gdk_wayland_surface_update_size (surface, width, height, scale);
|
||||
_gdk_surface_update_size (surface);
|
||||
|
||||
if (is_realized_shell_surface (GDK_WAYLAND_SURFACE (surface)))
|
||||
gdk_surface_emit_size_changed (surface, width, height);
|
||||
}
|
||||
|
||||
static void gdk_wayland_surface_show (GdkSurface *surface,
|
||||
|
Loading…
Reference in New Issue
Block a user