chase: disable restacking of unmanaged windows

https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4052
This commit is contained in:
Consolatis 2024-04-24 01:52:23 +02:00 committed by Johan Malm
parent 3e614814fe
commit d37309008c
3 changed files with 1 additions and 10 deletions

View file

@ -42,7 +42,6 @@ handle_map(struct wl_listener *listener, void *data)
assert(!unmanaged->node);
/* Stack new surface on top */
wlr_xwayland_surface_restack(xsurface, NULL, XCB_STACK_MODE_ABOVE);
wl_list_append(&unmanaged->server->unmanaged_surfaces, &unmanaged->link);
CONNECT_SIGNAL(xsurface, unmanaged, set_geometry);