aboutsummaryrefslogtreecommitdiff
path: root/dwl.c
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-06-09 12:45:02 -0500
committerLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-06-09 12:45:02 -0500
commit948fdcf709e86f380eef26ee529683d2c396e58a (patch)
treed6066b7b4cd208ce413f73f500ab06a6c2d1d481 /dwl.c
parent4b890336e21edc6a69bd3463b22a4c1318a669e0 (diff)
use xdg-shell v4
Diffstat (limited to 'dwl.c')
-rw-r--r--dwl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwl.c b/dwl.c
index a71f294..852eecf 100644
--- a/dwl.c
+++ b/dwl.c
@@ -1901,7 +1901,7 @@ setup(void)
layer_shell = wlr_layer_shell_v1_create(dpy);
wl_signal_add(&layer_shell->events.new_surface, &new_layer_shell_surface);
- xdg_shell = wlr_xdg_shell_create(dpy, 3);
+ xdg_shell = wlr_xdg_shell_create(dpy, 4);
wl_signal_add(&xdg_shell->events.new_surface, &new_xdg_surface);
input_inhibit_mgr = wlr_input_inhibit_manager_create(dpy);