aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/tree/root.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/tree/root.h')
-rw-r--r--include/sway/tree/root.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/sway/tree/root.h b/include/sway/tree/root.h
index ceccc920..8f4deaa7 100644
--- a/include/sway/tree/root.h
+++ b/include/sway/tree/root.h
@@ -31,7 +31,9 @@ struct sway_root {
31 31
32 list_t *outputs; // struct sway_output 32 list_t *outputs; // struct sway_output
33 list_t *scratchpad; // struct sway_container 33 list_t *scratchpad; // struct sway_container
34 list_t *saved_workspaces; // For when there's no connected outputs 34
35 // For when there's no connected outputs
36 struct sway_output *noop_output;
35 37
36 struct { 38 struct {
37 struct wl_signal new_node; 39 struct wl_signal new_node;