aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c
index 05a66a7f..d6cf7a64 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -96,6 +96,7 @@ static struct cmd_handler handlers[] = {
96 { "exec_always", cmd_exec_always }, 96 { "exec_always", cmd_exec_always },
97 { "exit", cmd_exit }, 97 { "exit", cmd_exit },
98 { "include", cmd_include }, 98 { "include", cmd_include },
99 { "output", cmd_output },
99}; 100};
100 101
101static int handler_compare(const void *_a, const void *_b) { 102static int handler_compare(const void *_a, const void *_b) {