diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-07-17 11:55:05 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2016-07-17 11:55:05 -0400 |
commit | 6d971af5c3ceae870c424325ca06fc635703bb29 (patch) | |
tree | 886e321930a4ee95f5cb7f0136138712f5ee1c57 /include/extensions.h | |
parent | c8917395c0cc5ff9fbec3a504c1855d9012d17ed (diff) |
Turn swaybg into a shell surface
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 { |