mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 21:05:58 +01:00
Use layer shell v2
This commit is contained in:
parent
9cbbfa957c
commit
6bd7a62c09
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@ struct wlr_layer_shell_v1 *wlr_layer_shell_v1_create(struct wl_display *display)
|
||||||
wl_list_init(&layer_shell->surfaces);
|
wl_list_init(&layer_shell->surfaces);
|
||||||
|
|
||||||
struct wl_global *global = wl_global_create(display,
|
struct wl_global *global = wl_global_create(display,
|
||||||
&zwlr_layer_shell_v1_interface, 1, layer_shell, layer_shell_bind);
|
&zwlr_layer_shell_v1_interface, 2, layer_shell, layer_shell_bind);
|
||||||
if (!global) {
|
if (!global) {
|
||||||
free(layer_shell);
|
free(layer_shell);
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
Loading…
Reference in a new issue