diff options
author | taiyu <taiyu.len@gmail.com> | 2015-08-18 02:46:14 -0700 |
---|---|---|
committer | taiyu <taiyu.len@gmail.com> | 2015-08-18 02:46:14 -0700 |
commit | 63bc0d3b5451f4668186c98a1f283f3e0a104cfe (patch) | |
tree | f86f88dc446e95702380687a48bba808029d7e1b /include | |
parent | 4606fb1ee3102dcaeab005d64eeead5842a5cd3e (diff) |
more changes
Diffstat (limited to 'include')
-rw-r--r-- | include/layout.h | 2 |
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); //Returns parent container which needs to be rearranged. 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 *parent, swayc_t *child); +swayc_t *remove_child(swayc_t *child); //Layout void arrange_windows(swayc_t *container, int width, int height); |