summaryrefslogtreecommitdiffstats
path: root/include/extensions.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/extensions.h')
-rw-r--r--include/extensions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/extensions.h b/include/extensions.h
index c677798f..311ead1d 100644
--- a/include/extensions.h
+++ b/include/extensions.h
@@ -21,6 +21,8 @@ struct panel_config {
21struct desktop_shell_state { 21struct desktop_shell_state {
22 list_t *backgrounds; 22 list_t *backgrounds;
23 list_t *panels; 23 list_t *panels;
24 list_t *lock_surfaces;
25 bool is_locked;
24 enum desktop_shell_panel_position panel_position; 26 enum desktop_shell_panel_position panel_position;
25 struct wlc_size panel_size; 27 struct wlc_size panel_size;
26}; 28};