diff options
Diffstat (limited to 'include/layout.h')
-rw-r--r-- | include/layout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/layout.h b/include/layout.h index c1d7d8b4..5c73af99 100644 --- a/include/layout.h +++ b/include/layout.h @@ -17,7 +17,7 @@ swayc_t *add_sibling(swayc_t *sibling, swayc_t *child); swayc_t *replace_child(swayc_t *child, swayc_t *new_child); swayc_t *remove_child(swayc_t *child); -void move_container(swayc_t* container,swayc_t* root,int direction); +void move_container(swayc_t* container,swayc_t* root,enum movement_direction direction); // Layout |