aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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;