aboutsummaryrefslogtreecommitdiff
path: root/include/extensions.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2016-07-17 11:55:05 -0400
committerDrew DeVault <sir@cmpwn.com>2016-07-17 11:55:05 -0400
commit6d971af5c3ceae870c424325ca06fc635703bb29 (patch)
tree886e321930a4ee95f5cb7f0136138712f5ee1c57 /include/extensions.h
parentc8917395c0cc5ff9fbec3a504c1855d9012d17ed (diff)
Turn swaybg into a shell surface
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 {
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 {