mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 11:27:47 +03: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
2c69e19fd3
commit
b4d7e84d38
6 changed files with 37 additions and 38 deletions
|
@ -23,7 +23,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