aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/move.c
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-06-30 21:07:54 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-06-30 21:07:54 +1000
commitfc6fde7d90ee031539252cb8832e11c38cfed686 (patch)
tree704f015ce415d45d6aacb16be0380ed8dfcb5c7d /sway/commands/move.c
parentFix flash of background when xwayland views are mapped (diff)
downloadsway-fc6fde7d90ee031539252cb8832e11c38cfed686.tar.gz
sway-fc6fde7d90ee031539252cb8832e11c38cfed686.tar.zst
sway-fc6fde7d90ee031539252cb8832e11c38cfed686.zip
Fix compile error
Diffstat (limited to 'sway/commands/move.c')
-rw-r--r--sway/commands/move.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/move.c b/sway/commands/move.c
index 4061df3a..a4fae388 100644
--- a/sway/commands/move.c
+++ b/sway/commands/move.c
@@ -184,7 +184,7 @@ static struct cmd_results *cmd_move_workspace(struct sway_container *current,
184} 184}
185 185
186static struct cmd_results *move_in_direction(struct sway_container *container, 186static struct cmd_results *move_in_direction(struct sway_container *container,
187 enum wlr_direction direction, int move_amt) { 187 enum movement_direction direction, int move_amt) {
188 if (container->type == C_WORKSPACE) { 188 if (container->type == C_WORKSPACE) {
189 return cmd_results_new(CMD_FAILURE, "move", 189 return cmd_results_new(CMD_FAILURE, "move",
190 "Cannot move workspaces in a direction"); 190 "Cannot move workspaces in a direction");