summaryrefslogtreecommitdiff
path: root/sway/extensions.c
diff options
context:
space:
mode:
authorDavid Eklov <[email protected]>2016-07-10 11:03:39 -0500
committerDavid Eklov <[email protected]>2016-07-14 17:15:31 -0500
commit4bb45abc46def3f05f83561745349c121e6a8a2a (patch)
tree099fbce796f757759872c7aa1b039de75932aac7 /sway/extensions.c
parent6d94f77457e34fc8a295e18a27e10fb39ee3b8a0 (diff)
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 'sway/extensions.c')
-rw-r--r--sway/extensions.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/extensions.c b/sway/extensions.c
index 1fe15ac5..ab425fa7 100644
--- a/sway/extensions.c
+++ b/sway/extensions.c
@@ -73,7 +73,6 @@ static void set_background(struct wl_client *client, struct wl_resource *resourc
}
sway_log(L_DEBUG, "Setting surface %p as background for output %d", surface, (int)output);
struct background_config *config = malloc(sizeof(struct background_config));
- config->client = client;
config->output = output;
config->surface = wlc_resource_from_wl_surface_resource(surface);
config->wl_surface_res = surface;