mirror of
https://github.com/swaywm/sway.git
synced 2025-11-09 13:29:49 -05:00
Render layer surfaces and respect exclusive zone
This commit is contained in:
parent
0c8a64942e
commit
68cfa7ef67
9 changed files with 320 additions and 33 deletions
|
|
@ -21,4 +21,7 @@ struct sway_layer_surface {
|
|||
struct wlr_box geo;
|
||||
};
|
||||
|
||||
struct sway_output;
|
||||
void arrange_layers(struct sway_output *output);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue