aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-03-17 15:07:48 -0400
committerDrew DeVault <sir@cmpwn.com>2018-03-27 18:50:09 -0400
commitf29d8b55aec7c19fd12b81b39e6806d6b996fadc (patch)
treef6433b429b31ddc7daa4d6363773856e042e28d1 /include/rootston
parent575bc81d54f98841c28718b1667d27acc136a48a (diff)
downloadwlroots-f29d8b55aec7c19fd12b81b39e6806d6b996fadc.tar.xz
Initial scaffolding of layer shell
Diffstat (limited to 'include/rootston')
-rw-r--r--include/rootston/desktop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rootston/desktop.h b/include/rootston/desktop.h
index 5986c96f..5ff9f5e2 100644
--- a/include/rootston/desktop.h
+++ b/include/rootston/desktop.h
@@ -48,6 +48,7 @@ struct roots_desktop {
struct wlr_idle *idle;
struct wlr_idle_inhibit_manager_v1 *idle_inhibit;
struct wlr_linux_dmabuf *linux_dmabuf;
+ struct wlr_layer_shell *layer_shell;
struct wl_listener new_output;
struct wl_listener layout_change;