broadway: Stop using gdk_surface_show

This commit is contained in:
Matthias Clasen 2020-03-09 10:24:52 -07:00
parent 7e15a13f48
commit 90ff8ca797

View File

@ -1210,7 +1210,7 @@ create_moveresize_surface (MoveResizeData *mv_resize,
mv_resize->moveresize_emulation_surface = gdk_surface_new_temp (mv_resize->display, &rect);
gdk_surface_show (mv_resize->moveresize_emulation_surface);
gdk_broadway_surface_show (mv_resize->moveresize_emulation_surface, FALSE);
seat = gdk_display_get_default_seat (mv_resize->display);
pointer = gdk_seat_get_pointer (seat);