summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar David Eklov <david.eklov@gmail.com>2016-07-10 11:03:39 -0500
committerLibravatar David Eklov <david.eklov@gmail.com>2016-07-14 17:15:31 -0500
commit4bb45abc46def3f05f83561745349c121e6a8a2a (patch)
tree099fbce796f757759872c7aa1b039de75932aac7 /include
parentRevert "swaybg: Make swaybg a shell surface" (diff)
downloadsway-4bb45abc46def3f05f83561745349c121e6a8a2a.tar.gz
sway-4bb45abc46def3f05f83561745349c121e6a8a2a.tar.zst
sway-4bb45abc46def3f05f83561745349c121e6a8a2a.zip
Don't treat backgrounds as shell surfaces
This code had some issues. Remove it now so that we can start clean and fix it later.
Diffstat (limited to 'include')
-rw-r--r--include/extensions.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/extensions.h b/include/extensions.h
index 7c508b5e..2e2e4b07 100644
--- a/include/extensions.h
+++ b/include/extensions.h
@@ -11,8 +11,6 @@ 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 // used to determine if client is a background
15 struct wl_client *client;
16}; 14};
17 15
18struct panel_config { 16struct panel_config {