diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sway/layout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/layout.h b/include/sway/layout.h index fbedcdb3..f0791588 100644 --- a/include/sway/layout.h +++ b/include/sway/layout.h @@ -48,7 +48,7 @@ void swap_container(swayc_t *a, swayc_t *b); // 2 Containers geometry are swapped, used with `swap_container` void swap_geometry(swayc_t *a, swayc_t *b); -void move_container(swayc_t* container, enum movement_direction direction); +void move_container(swayc_t* container, enum movement_direction direction, int move_amt); void move_container_to(swayc_t* container, swayc_t* destination); void move_workspace_to(swayc_t* workspace, swayc_t* destination); |