aboutsummaryrefslogtreecommitdiffstats
path: root/sway/ipc-server.c
diff options
context:
space:
mode:
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 aad9a7b5..1bf5a05f 100644
--- a/sway/ipc-server.c
+++ b/sway/ipc-server.c
@@ -687,7 +687,7 @@ void ipc_client_handle_command(struct ipc_client *client, uint32_t payload_lengt
687 } 687 }
688 struct sway_output *output; 688 struct sway_output *output;
689 wl_list_for_each(output, &root->all_outputs, link) { 689 wl_list_for_each(output, &root->all_outputs, link) {
690 if (!output->enabled && output != root->noop_output) { 690 if (!output->enabled && output != root->fallback_output) {
691 json_object_array_add(outputs, 691 json_object_array_add(outputs,
692 ipc_json_describe_disabled_output(output)); 692 ipc_json_describe_disabled_output(output));
693 } 693 }