mirror of
https://github.com/swaywm/sway.git
synced 2026-04-22 06:46:27 -04:00
desktop: Rename layers to shell_layers
This code will be deleted later, but for the time being rename it so it doesn't conflict with future properties.
This commit is contained in:
parent
3e19836f0e
commit
d3ca83acb7
6 changed files with 36 additions and 36 deletions
|
|
@ -22,7 +22,7 @@ struct sway_output {
|
|||
struct sway_server *server;
|
||||
struct wl_list link;
|
||||
|
||||
struct wl_list layers[4]; // sway_layer_surface::link
|
||||
struct wl_list shell_layers[4]; // sway_layer_surface::link
|
||||
struct wlr_box usable_area;
|
||||
|
||||
struct timespec last_frame;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue