summaryrefslogtreecommitdiff
path: root/desktop-shell/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-shell/shell.h')
-rw-r--r--desktop-shell/shell.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop-shell/shell.h b/desktop-shell/shell.h
index e994cdbe..c6ea3288 100644
--- a/desktop-shell/shell.h
+++ b/desktop-shell/shell.h
@@ -26,6 +26,8 @@
#include "compositor.h"
+#include "desktop-shell-server-protocol.h"
+
enum animation_type {
ANIMATION_NONE,
@@ -205,6 +207,8 @@ struct desktop_shell {
struct wl_listener output_move_listener;
struct wl_list output_list;
+ enum desktop_shell_panel_position panel_position;
+
char *client;
};