mirror of
https://github.com/swaywm/sway.git
synced 2025-11-05 13:29:51 -05:00
Merge pull request #2513 from RyanDwyer/rename-root-outputs
Rename sway_root.outputs to sway_root.all_outputs
This commit is contained in:
commit
10c2c09cf6
5 changed files with 9 additions and 6 deletions
|
|
@ -616,7 +616,7 @@ void ipc_client_handle_command(struct ipc_client *client) {
|
|||
}
|
||||
}
|
||||
struct sway_output *output;
|
||||
wl_list_for_each(output, &root_container.sway_root->outputs, link) {
|
||||
wl_list_for_each(output, &root_container.sway_root->all_outputs, link) {
|
||||
if (!output->swayc) {
|
||||
json_object_array_add(outputs,
|
||||
ipc_json_describe_disabled_output(output));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue