diff options
-rw-r--r-- | include/sway/tree/root.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/tree/root.h b/include/sway/tree/root.h index f9d83874..ec6516c9 100644 --- a/include/sway/tree/root.h +++ b/include/sway/tree/root.h @@ -21,6 +21,7 @@ struct sway_root { struct wlr_texture *debug_tree; + // Includes disabled outputs struct wl_list all_outputs; // sway_output::link list_t *scratchpad; // struct sway_container |