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 3fb1842d..34afb6a0 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -165,6 +165,7 @@ static struct cmd_handler input_handlers[] = {
165// must be in order for the bsearch 165// must be in order for the bsearch
166static struct cmd_handler seat_handlers[] = { 166static struct cmd_handler seat_handlers[] = {
167 { "attach", seat_cmd_attach }, 167 { "attach", seat_cmd_attach },
168 { "fallback", seat_cmd_fallback },
168}; 169};
169 170
170static struct cmd_handler *find_handler(char *line, enum cmd_status block) { 171static struct cmd_handler *find_handler(char *line, enum cmd_status block) {