aboutsummaryrefslogtreecommitdiff
path: root/dwl.c
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@proton.me>2024-08-03 12:09:18 -0600
committerLeonardo Hernández Hernández <leohdz172@proton.me>2024-08-07 16:58:16 -0600
commita4fa9546166c9af277616dd6dcd80e61ee024eb3 (patch)
treed10c26551a8b6e7bcbc730cfe36b6ebf7b119bc9 /dwl.c
parent35951a8d7eb3bcf2c7d618e156fd7b163e64d976 (diff)
downloaddwl-a4fa9546166c9af277616dd6dcd80e61ee024eb3.tar.gz
do not restack xwayland surfaces (wlroots!4756)
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4756
Diffstat (limited to 'dwl.c')
-rw-r--r--dwl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dwl.c b/dwl.c
index 72892d9..7e2d510 100644
--- a/dwl.c
+++ b/dwl.c
@@ -1368,7 +1368,6 @@ focusclient(Client *c, int lift)
wl_list_insert(&fstack, &c->flink);
selmon = c->mon;
c->isurgent = 0;
- client_restack_surface(c);
/* Don't change border color if there is an exclusive focus or we are
* handling a drag operation */