summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-07-17 11:55:05 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-07-17 11:55:05 -0400
commit6d971af5c3ceae870c424325ca06fc635703bb29 (patch)
tree886e321930a4ee95f5cb7f0136138712f5ee1c57 /include
parentRemove SIGSERV and SIGABORT handler (diff)
downloadsway-6d971af5c3ceae870c424325ca06fc635703bb29.tar.gz
sway-6d971af5c3ceae870c424325ca06fc635703bb29.tar.zst
sway-6d971af5c3ceae870c424325ca06fc635703bb29.zip
Turn swaybg into a shell surface
Diffstat (limited to 'include')
-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 {