Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
use xdg-shell v4
Browse files Browse the repository at this point in the history
  • Loading branch information
sevz17 committed Jun 9, 2022
1 parent 4b89033 commit 948fdcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dwl.c
Expand Up @@ -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);
Expand Down

0 comments on commit 948fdcf

Please sign in to comment.