From fc960e5d060c78015e0037616ac568cbd7d64b07 Mon Sep 17 00:00:00 2001 From: emersion Date: Fri, 14 Sep 2018 19:32:33 +0200 Subject: layer-shell: add _v1 suffix --- include/rootston/desktop.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/rootston/desktop.h') diff --git a/include/rootston/desktop.h b/include/rootston/desktop.h index 3496fb43..89d8af4a 100644 --- a/include/rootston/desktop.h +++ b/include/rootston/desktop.h @@ -9,7 +9,7 @@ #include #include #include -#include +#include #include #include #include @@ -52,7 +52,7 @@ struct roots_desktop { struct wlr_idle *idle; struct wlr_idle_inhibit_manager_v1 *idle_inhibit; struct wlr_input_inhibit_manager *input_inhibit; - struct wlr_layer_shell *layer_shell; + struct wlr_layer_shell_v1 *layer_shell; struct wlr_virtual_keyboard_manager_v1 *virtual_keyboard; struct wlr_screencopy_manager_v1 *screencopy; struct wlr_tablet_manager_v2 *tablet_v2; -- cgit v1.2.3