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 d4262c08..0d4aa104 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -139,6 +139,7 @@ static struct cmd_handler handlers[] = {
139 { "reload", cmd_reload }, 139 { "reload", cmd_reload },
140 { "seat", cmd_seat }, 140 { "seat", cmd_seat },
141 { "set", cmd_set }, 141 { "set", cmd_set },
142 { "workspace", cmd_workspace },
142}; 143};
143 144
144static int handler_compare(const void *_a, const void *_b) { 145static int handler_compare(const void *_a, const void *_b) {