aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/tiling_drag.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/tiling_drag.c')
-rw-r--r--sway/commands/tiling_drag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/tiling_drag.c b/sway/commands/tiling_drag.c
index 92fbde7c..e95526e8 100644
--- a/sway/commands/tiling_drag.c
+++ b/sway/commands/tiling_drag.c
@@ -9,5 +9,5 @@ struct cmd_results *cmd_tiling_drag(int argc, char **argv) {
9 9
10 config->tiling_drag = parse_boolean(argv[0], config->tiling_drag); 10 config->tiling_drag = parse_boolean(argv[0], config->tiling_drag);
11 11
12 return cmd_results_new(CMD_SUCCESS, NULL, NULL); 12 return cmd_results_new(CMD_SUCCESS, NULL);
13} 13}