mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
Rename sway_root.outputs to sway_root.all_outputs
This list includes disabled outputs. When sway_container is demoted, we'll need to store the root's children (ie. enabled outputs) in the sway_root. It makes sense to put these in a list called `outputs`, so I'm renaming the existing list in advance.
This commit is contained in:
parent
b945957b9b
commit
2e7401772e
5 changed files with 8 additions and 6 deletions
|
|
@ -21,7 +21,7 @@ struct sway_root {
|
|||
|
||||
struct wlr_texture *debug_tree;
|
||||
|
||||
struct wl_list outputs; // sway_output::link
|
||||
struct wl_list all_outputs; // sway_output::link
|
||||
|
||||
list_t *scratchpad; // struct sway_container
|
||||
list_t *saved_workspaces; // For when there's no connected outputs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue