summaryrefslogtreecommitdiffstats
path: root/swaymsg/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'swaymsg/main.c')
-rw-r--r--swaymsg/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/swaymsg/main.c b/swaymsg/main.c
index dac84a9b..22572b6f 100644
--- a/swaymsg/main.c
+++ b/swaymsg/main.c
@@ -87,6 +87,8 @@ int main(int argc, char **argv) {
87 type = IPC_COMMAND; 87 type = IPC_COMMAND;
88 } else if (strcasecmp(cmdtype, "get_workspaces") == 0) { 88 } else if (strcasecmp(cmdtype, "get_workspaces") == 0) {
89 type = IPC_GET_WORKSPACES; 89 type = IPC_GET_WORKSPACES;
90 } else if (strcasecmp(cmdtype, "get_inputs") == 0) {
91 type = IPC_GET_INPUTS;
90 } else if (strcasecmp(cmdtype, "get_outputs") == 0) { 92 } else if (strcasecmp(cmdtype, "get_outputs") == 0) {
91 type = IPC_GET_OUTPUTS; 93 type = IPC_GET_OUTPUTS;
92 } else if (strcasecmp(cmdtype, "get_tree") == 0) { 94 } else if (strcasecmp(cmdtype, "get_tree") == 0) {