mirror of
https://github.com/swaywm/sway.git
synced 2025-11-09 13:29:49 -05:00
Handle layer changes for layer shell surfaces
Closes: https://github.com/swaywm/sway/issues/4644
References: 1982106c9b
This commit is contained in:
parent
7c9b71f5c6
commit
ad07886543
2 changed files with 12 additions and 1 deletions
|
|
@ -22,6 +22,7 @@ struct sway_layer_surface {
|
|||
struct wl_listener new_popup;
|
||||
|
||||
struct wlr_box geo;
|
||||
enum zwlr_layer_shell_v1_layer layer;
|
||||
};
|
||||
|
||||
struct sway_layer_popup {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue