aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/layers.h
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-09-14 19:32:33 +0200
committeremersion <contact@emersion.fr>2018-09-14 19:32:33 +0200
commitfc960e5d060c78015e0037616ac568cbd7d64b07 (patch)
tree626ae757ddb3359ffd4a5d6900022c1c91adc40c /include/rootston/layers.h
parent769a8e9917ab0f04404843fb712a6b0b0434c966 (diff)
layer-shell: add _v1 suffix
Diffstat (limited to 'include/rootston/layers.h')
-rw-r--r--include/rootston/layers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rootston/layers.h b/include/rootston/layers.h
index 9eab53ca..0dacf20f 100644
--- a/include/rootston/layers.h
+++ b/include/rootston/layers.h
@@ -3,10 +3,10 @@
#include <stdbool.h>
#include <wlr/types/wlr_box.h>
#include <wlr/types/wlr_surface.h>
-#include <wlr/types/wlr_layer_shell.h>
+#include <wlr/types/wlr_layer_shell_v1.h>
struct roots_layer_surface {
- struct wlr_layer_surface *layer_surface;
+ struct wlr_layer_surface_v1 *layer_surface;
struct wl_list link;
struct wl_listener destroy;