mirror of
https://github.com/swaywm/sway.git
synced 2025-11-13 13:29:49 -05:00
Some layer shell fixes
Based on the corresponding rootston changes
This commit is contained in:
parent
531c175d3e
commit
a76829f375
4 changed files with 9 additions and 24 deletions
|
|
@ -21,6 +21,7 @@ struct sway_output {
|
|||
struct wl_listener frame;
|
||||
struct wl_listener destroy;
|
||||
struct wl_listener mode;
|
||||
struct wl_listener transform;
|
||||
|
||||
pid_t bg_pid;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue