Merge branch 'wip/carlosg/map-emulated-moveresize-window-4.2' into 'gtk-4-2'

gdk/x11: Ensure to map the non-ewmh moveresize emulation window before use

See merge request GNOME/gtk!3530
This commit is contained in:
Matthias Clasen 2021-05-07 19:32:46 +00:00
commit d5db409c44

View File

@ -4374,6 +4374,7 @@ create_moveresize_surface (MoveResizeData *mv_resize,
NULL,
-100, -100, 1, 1);
gdk_surface_set_is_mapped (mv_resize->moveresize_emulation_surface, TRUE);
gdk_x11_surface_show (mv_resize->moveresize_emulation_surface, FALSE);
status = gdk_seat_grab (gdk_device_get_seat (mv_resize->device),