aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Half-Shot <half-shot@molrams.com>2015-08-20 21:45:00 +0100
committerLibravatar Half-Shot <half-shot@molrams.com>2015-08-20 21:45:00 +0100
commit713bf29ec901b711d782e96721898c32fcd5d56e (patch)
tree08a2ab6b97d1e729204fb611aed9c919b1b47a0a /include
parentMerge branch 'master' of https://github.com/Half-Shot/sway (diff)
downloadsway-713bf29ec901b711d782e96721898c32fcd5d56e.tar.gz
sway-713bf29ec901b711d782e96721898c32fcd5d56e.tar.zst
sway-713bf29ec901b711d782e96721898c32fcd5d56e.zip
Few stray bits
Diffstat (limited to 'include')
-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);
17swayc_t *replace_child(swayc_t *child, swayc_t *new_child); 17swayc_t *replace_child(swayc_t *child, swayc_t *new_child);
18swayc_t *remove_child(swayc_t *child); 18swayc_t *remove_child(swayc_t *child);
19 19
20void move_container(swayc_t* container,swayc_t* root,int direction); 20void move_container(swayc_t* container,swayc_t* root,enum movement_direction direction);
21 21
22 22
23// Layout 23// Layout