mirror of
https://github.com/swaywm/sway.git
synced 2024-12-29 08:26:45 +01:00
Fix compile error
This commit is contained in:
parent
96c8c02483
commit
fc6fde7d90
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue