xwayland: Let scene restack

This commit is contained in:
Alexander Orzechowski 2024-08-07 16:52:49 -04:00 committed by Kirill Primak
parent 32e5e5232d
commit 951a22c244

View file

@ -289,9 +289,6 @@ static void set_activated(struct sway_view *view, bool activated) {
}
wlr_xwayland_surface_activate(surface, activated);
if (activated) {
wlr_xwayland_surface_restack(surface, NULL, XCB_STACK_MODE_ABOVE);
}
}
static void set_tiled(struct sway_view *view, bool tiled) {