aboutsummaryrefslogtreecommitdiffstats
path: root/include/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/layout.h')
-rw-r--r--include/layout.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/layout.h b/include/layout.h
index 282f92ee..79241698 100644
--- a/include/layout.h
+++ b/include/layout.h
@@ -15,6 +15,9 @@ swayc_t *add_sibling(swayc_t *sibling, swayc_t *child);
15swayc_t *replace_child(swayc_t *child, swayc_t *new_child); 15swayc_t *replace_child(swayc_t *child, swayc_t *new_child);
16swayc_t *remove_child(swayc_t *child); 16swayc_t *remove_child(swayc_t *child);
17 17
18void move_container(swayc_t* container,swayc_t* root,int direction);
19
20
18// Layout 21// Layout
19void arrange_windows(swayc_t *container, int width, int height); 22void arrange_windows(swayc_t *container, int width, int height);
20 23