summaryrefslogtreecommitdiffstats
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 e2c43e9f..e7f1eafe 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -119,6 +119,7 @@ static struct cmd_handler command_handlers[] = {
119 { "kill", cmd_kill }, 119 { "kill", cmd_kill },
120 { "layout", cmd_layout }, 120 { "layout", cmd_layout },
121 { "mark", cmd_mark }, 121 { "mark", cmd_mark },
122 { "max_render_time", cmd_max_render_time },
122 { "move", cmd_move }, 123 { "move", cmd_move },
123 { "nop", cmd_nop }, 124 { "nop", cmd_nop },
124 { "opacity", cmd_opacity }, 125 { "opacity", cmd_opacity },