mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
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:
parent
6d94f77457
commit
4bb45abc46
3 changed files with 1 additions and 15 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue