mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2024-12-27 21:58:16 +01:00
Add comment for sway_root.all_outputs
This commit is contained in:
parent
2e7401772e
commit
1e024b91fa
1 changed files with 1 additions and 0 deletions
|
@ -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