mirror of
https://codeberg.org/dwl/dwl.git
synced 2024-12-26 11:16:30 +00:00
use xdg-shell v4
This commit is contained in:
parent
4b890336e2
commit
948fdcf709
1 changed files with 1 additions and 1 deletions
2
dwl.c
2
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);
|
||||
|
|
Loading…
Reference in a new issue