summaryrefslogtreecommitdiffstats
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/tree/root.h b/include/sway/tree/root.h
index d1f04a96..ee4bd836 100644
--- a/include/sway/tree/root.h
+++ b/include/sway/tree/root.h
@@ -24,6 +24,7 @@ struct sway_root {
24 struct wl_list outputs; // sway_output::link 24 struct wl_list outputs; // sway_output::link
25 25
26 list_t *scratchpad; // struct sway_container 26 list_t *scratchpad; // struct sway_container
27 list_t *saved_workspaces; // For when there's no connected outputs
27 28
28 struct { 29 struct {
29 struct wl_signal new_container; 30 struct wl_signal new_container;