aboutsummaryrefslogtreecommitdiffstats
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 2e2e4b07..d26e95c1 100644
--- a/include/extensions.h
+++ b/include/extensions.h
@@ -23,6 +23,8 @@ struct panel_config {
23 enum desktop_shell_panel_position panel_position; 23 enum desktop_shell_panel_position panel_position;
24 // used to determine if client is a panel 24 // used to determine if client is a panel
25 struct wl_client *client; 25 struct wl_client *client;
26 // wlc handle for this panel's surface, not set until panel is created
27 wlc_handle handle;
26}; 28};
27 29
28struct desktop_shell_state { 30struct desktop_shell_state {