summaryrefslogtreecommitdiffstats
path: root/include/layout.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-08-18 07:02:31 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-08-18 07:02:31 -0400
commit2f6dd0687bac748f414e5deb090f38d755f66d29 (patch)
tree098ea31107357e0ebedd5435d870f11fe4b60836 /include/layout.h
parentFix #64 (diff)
parentminor fixes (diff)
downloadsway-2f6dd0687bac748f414e5deb090f38d755f66d29.tar.gz
sway-2f6dd0687bac748f414e5deb090f38d755f66d29.tar.zst
sway-2f6dd0687bac748f414e5deb090f38d755f66d29.zip
Merge pull request #65 from taiyu-len/focus_v2
Focus v2
Diffstat (limited to 'include/layout.h')
-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);