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 d26e95c1..f6b0c00e 100644
--- a/include/extensions.h
+++ b/include/extensions.h
@@ -11,6 +11,8 @@ struct background_config {
11 wlc_resource surface; 11 wlc_resource surface;
12 // we need the wl_resource of the surface in the destructor 12 // we need the wl_resource of the surface in the destructor
13 struct wl_resource *wl_surface_res; 13 struct wl_resource *wl_surface_res;
14 struct wl_client *client;
15 wlc_handle handle;
14}; 16};
15 17
16struct panel_config { 18struct panel_config {