aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Alexander Orzechowski <orzechowski.alexander@gmail.com>2022-03-01 16:19:23 -0500
committerLibravatar Kirill Primak <vyivel@eclair.cafe>2024-01-18 18:36:54 +0300
commitb4d7e84d3852ea93d2aab22f5993f84a7060b950 (patch)
treeb3b3e32af7044e3af6679482a861e650e20eed62 /include
parentlayer-shell: don't configure uninitialized surfaces (diff)
downloadsway-b4d7e84d3852ea93d2aab22f5993f84a7060b950.tar.gz
sway-b4d7e84d3852ea93d2aab22f5993f84a7060b950.tar.zst
sway-b4d7e84d3852ea93d2aab22f5993f84a7060b950.zip
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.
Diffstat (limited to 'include')
-rw-r--r--include/sway/output.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/output.h b/include/sway/output.h
index 43cbccd2..96bd10db 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -23,7 +23,7 @@ struct sway_output {
23 struct sway_server *server; 23 struct sway_server *server;
24 struct wl_list link; 24 struct wl_list link;
25 25
26 struct wl_list layers[4]; // sway_layer_surface::link 26 struct wl_list shell_layers[4]; // sway_layer_surface::link
27 struct wlr_box usable_area; 27 struct wlr_box usable_area;
28 28
29 struct timespec last_frame; 29 struct timespec last_frame;