Add comment for sway_root.all_outputs
This commit is contained in:
parent
2e7401772e
commit
1e024b91fa
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue