aboutsummaryrefslogtreecommitdiff
path: root/include/layout.h
diff options
context:
space:
mode:
authorHalf-Shot <half-shot@molrams.com>2015-08-20 21:45:00 +0100
committerHalf-Shot <half-shot@molrams.com>2015-08-20 21:45:00 +0100
commit713bf29ec901b711d782e96721898c32fcd5d56e (patch)
tree08a2ab6b97d1e729204fb611aed9c919b1b47a0a /include/layout.h
parent3f5343199b7668b8a57793be81bd8c6911dc4dd3 (diff)
Few stray bits
Diffstat (limited to 'include/layout.h')
-rw-r--r--include/layout.h2
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