summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-08-25 23:42:04 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-08-25 23:42:04 +1000
commit1e024b91fab9df3458c2fd7535e8bbe2a37c0997 (patch)
treed2238dde3bc15f33c674fe376565afbde2b2a967 /include
parentRename sway_root.outputs to sway_root.all_outputs (diff)
downloadsway-1e024b91fab9df3458c2fd7535e8bbe2a37c0997.tar.gz
sway-1e024b91fab9df3458c2fd7535e8bbe2a37c0997.tar.zst
sway-1e024b91fab9df3458c2fd7535e8bbe2a37c0997.zip
Add comment for sway_root.all_outputs
Diffstat (limited to 'include')
-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 f9d83874..ec6516c9 100644
--- a/include/sway/tree/root.h
+++ b/include/sway/tree/root.h
@@ -21,6 +21,7 @@ struct sway_root {
21 21
22 struct wlr_texture *debug_tree; 22 struct wlr_texture *debug_tree;
23 23
24 // Includes disabled outputs
24 struct wl_list all_outputs; // sway_output::link 25 struct wl_list all_outputs; // sway_output::link
25 26
26 list_t *scratchpad; // struct sway_container 27 list_t *scratchpad; // struct sway_container