diff options
author | Ryan Dwyer <ryandwyer1@gmail.com> | 2018-08-25 23:42:04 +1000 |
---|---|---|
committer | Ryan Dwyer <ryandwyer1@gmail.com> | 2018-08-25 23:42:04 +1000 |
commit | 1e024b91fab9df3458c2fd7535e8bbe2a37c0997 (patch) | |
tree | d2238dde3bc15f33c674fe376565afbde2b2a967 /include/sway/tree | |
parent | 2e7401772e740487bed27fc07c4d83398480ae6a (diff) |
Add comment for sway_root.all_outputs
Diffstat (limited to 'include/sway/tree')
-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 |