diff options
Diffstat (limited to 'include/sway')
-rw-r--r-- | include/sway/tree/root.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sway/tree/root.h b/include/sway/tree/root.h index ee4bd836..ec6516c9 100644 --- a/include/sway/tree/root.h +++ b/include/sway/tree/root.h @@ -21,7 +21,8 @@ struct sway_root { struct wlr_texture *debug_tree; - struct wl_list outputs; // sway_output::link + // Includes disabled outputs + struct wl_list all_outputs; // sway_output::link list_t *scratchpad; // struct sway_container list_t *saved_workspaces; // For when there's no connected outputs |