aboutsummaryrefslogtreecommitdiff
path: root/sway/ipc-server.c
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-08-26 10:50:02 -0400
committerGitHub <noreply@github.com>2018-08-26 10:50:02 -0400
commit10c2c09cf67021e0e3a3cb4e733841fed1f8eaa9 (patch)
treea78b580f6fe08dda7a94633e47c31c717e190c9c /sway/ipc-server.c
parentdf7083a2d0842a3985747770774075a8f5ecdaef (diff)
parent1e024b91fab9df3458c2fd7535e8bbe2a37c0997 (diff)
Merge pull request #2513 from RyanDwyer/rename-root-outputs
Rename sway_root.outputs to sway_root.all_outputs
Diffstat (limited to 'sway/ipc-server.c')
-rw-r--r--sway/ipc-server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/ipc-server.c b/sway/ipc-server.c
index 1ac0521e..ed710be5 100644
--- a/sway/ipc-server.c
+++ b/sway/ipc-server.c
@@ -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));