aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar taiyu <taiyu.len@gmail.com>2015-08-18 02:46:14 -0700
committerLibravatar taiyu <taiyu.len@gmail.com>2015-08-18 02:46:14 -0700
commit63bc0d3b5451f4668186c98a1f283f3e0a104cfe (patch)
treef86f88dc446e95702380687a48bba808029d7e1b /include
parentmerged Luminarys resizing code (diff)
downloadsway-63bc0d3b5451f4668186c98a1f283f3e0a104cfe.tar.gz
sway-63bc0d3b5451f4668186c98a1f283f3e0a104cfe.tar.zst
sway-63bc0d3b5451f4668186c98a1f283f3e0a104cfe.zip
more changes
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 a7f43fda..26d00ce4 100644
--- a/include/layout.h
+++ b/include/layout.h
@@ -13,7 +13,7 @@ void add_child(swayc_t *parent, swayc_t *child);
13//Returns parent container which needs to be rearranged. 13//Returns parent container which needs to be rearranged.
14swayc_t *add_sibling(swayc_t *sibling, swayc_t *child); 14swayc_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 *parent, swayc_t *child); 16swayc_t *remove_child(swayc_t *child);
17 17
18//Layout 18//Layout
19void arrange_windows(swayc_t *container, int width, int height); 19void arrange_windows(swayc_t *container, int width, int height);