diff options
Diffstat (limited to 'include/extensions.h')
-rw-r--r-- | include/extensions.h | 2 |
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 { wlc_resource surface; // we need the wl_resource of the surface in the destructor struct wl_resource *wl_surface_res; + struct wl_client *client; + wlc_handle handle; }; struct panel_config { |