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.
This commit is contained in:
David Eklov 2016-07-10 11:03:39 -05:00
parent 6d94f77457
commit 4bb45abc46
3 changed files with 1 additions and 15 deletions

View file

@ -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 {