diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2016-07-10 11:03:39 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2016-07-10 11:03:39 -0500 |
| commit | 1b47dacf545a1efbcd7f294093faf8fd6229878d (patch) | |
| tree | 099fbce796f757759872c7aa1b039de75932aac7 /include/extensions.h | |
| parent | 4390ac79cd60dba965776ad5394880ce1ca78f45 (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 'include/extensions.h')
| -rw-r--r-- | include/extensions.h | 2 |
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 { wlc_resource surface; // we need the wl_resource of the surface in the destructor struct wl_resource *wl_surface_res; - // used to determine if client is a background - struct wl_client *client; }; struct panel_config { |
