commit fc6fde7d90ee031539252cb8832e11c38cfed686
parent 96c8c024830f13a27790d4ea36b640df383a7f49
Author: Ryan Dwyer <ryandwyer1@gmail.com>
Date: Sat, 30 Jun 2018 21:07:54 +1000
Fix compile error
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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,
}
static struct cmd_results *move_in_direction(struct sway_container *container,
- enum wlr_direction direction, int move_amt) {
+ enum movement_direction direction, int move_amt) {
if (container->type == C_WORKSPACE) {
return cmd_results_new(CMD_FAILURE, "move",
"Cannot move workspaces in a direction");