mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Turn swaybg into a shell surface
This commit is contained in:
parent
c8917395c0
commit
6d971af5c3
5 changed files with 43 additions and 15 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue