summaryrefslogtreecommitdiffstats
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 20044b95..55bb6709 100644
--- a/include/layout.h
+++ b/include/layout.h
@@ -17,6 +17,9 @@ 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,enum movement_direction direction);
21
22
20// Layout 23// Layout
21void arrange_windows(swayc_t *container, double width, double height); 24void arrange_windows(swayc_t *container, double width, double height);
22 25