From 1e024b91fab9df3458c2fd7535e8bbe2a37c0997 Mon Sep 17 00:00:00 2001 From: Ryan Dwyer Date: Sat, 25 Aug 2018 23:42:04 +1000 Subject: [PATCH] Add comment for sway_root.all_outputs --- include/sway/tree/root.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/sway/tree/root.h b/include/sway/tree/root.h index f9d838741..ec6516c99 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