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 addd64a6..3578e748 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -153,6 +153,7 @@ static struct cmd_handler command_handlers[] = {
153 { "swap", cmd_swap }, 153 { "swap", cmd_swap },
154 { "title_format", cmd_title_format }, 154 { "title_format", cmd_title_format },
155 { "unmark", cmd_unmark }, 155 { "unmark", cmd_unmark },
156 { "urgent", cmd_urgent },
156}; 157};
157 158
158static int handler_compare(const void *_a, const void *_b) { 159static int handler_compare(const void *_a, const void *_b) {