mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-17 23:50:16 +00:00
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:
commit
d5db409c44
@ -4374,6 +4374,7 @@ create_moveresize_surface (MoveResizeData *mv_resize,
|
|||||||
NULL,
|
NULL,
|
||||||
-100, -100, 1, 1);
|
-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);
|
gdk_x11_surface_show (mv_resize->moveresize_emulation_surface, FALSE);
|
||||||
|
|
||||||
status = gdk_seat_grab (gdk_device_get_seat (mv_resize->device),
|
status = gdk_seat_grab (gdk_device_get_seat (mv_resize->device),
|
||||||
|
Loading…
Reference in New Issue
Block a user