aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Orzechowski <alex@ozal.ski>2024-08-07 16:52:49 -0400
committerKirill Primak <vyivel@eclair.cafe>2024-08-07 23:58:13 +0300
commit951a22c2445f5c32b831bac0db86869627940402 (patch)
tree479af228529c49683ced6955cba50c694d3c29fc
parent32e5e5232d1b0b5a34b4296a79a4e8cfa32b5090 (diff)
xwayland: Let scene restack
-rw-r--r--sway/desktop/xwayland.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sway/desktop/xwayland.c b/sway/desktop/xwayland.c
index 805c9b9d..b83537a0 100644
--- a/sway/desktop/xwayland.c
+++ b/sway/desktop/xwayland.c
@@ -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) {