aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2024-08-07 16:52:49 -0400
committerFurkan Sahin <furkan-dev@proton.me>2024-08-07 16:52:49 -0400
commit8f781f277c50909d700b764b11d4f76fe19833f8 (patch)
tree479af228529c49683ced6955cba50c694d3c29fc
parent2b5bfd10855278733e6c41b1d666cb4197511b9f (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) {