xwayland: Let scene restack

master
Alexander Orzechowski 4 months ago committed by Kirill Primak
parent 32e5e5232d
commit 951a22c244

@ -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) {

Loading…
Cancel
Save