Turn swaybg into a shell surface

This commit is contained in:
Drew DeVault 2016-07-17 11:55:05 -04:00
parent c8917395c0
commit 6d971af5c3
5 changed files with 43 additions and 15 deletions

View file

@ -11,6 +11,8 @@ struct background_config {
wlc_resource surface;
// we need the wl_resource of the surface in the destructor
struct wl_resource *wl_surface_res;
struct wl_client *client;
wlc_handle handle;
};
struct panel_config {