aboutsummaryrefslogtreecommitdiffstats
path: root/include/layout.h
diff options
context:
space:
mode:
authorLibravatar taiyu <taiyu.len@gmail.com>2015-08-19 00:28:53 -0700
committerLibravatar taiyu <taiyu.len@gmail.com>2015-08-19 00:28:53 -0700
commite16a4015ff216594eeb237ef81534bfaea7533d6 (patch)
tree7e4538ac7d353048181132f3f92f73ae348456af /include/layout.h
parentfixed floating_modifier related things (diff)
downloadsway-e16a4015ff216594eeb237ef81534bfaea7533d6.tar.gz
sway-e16a4015ff216594eeb237ef81534bfaea7533d6.tar.zst
sway-e16a4015ff216594eeb237ef81534bfaea7533d6.zip
fixed focus key handler
Diffstat (limited to 'include/layout.h')
-rw-r--r--include/layout.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/layout.h b/include/layout.h
index 282f92ee..98fdb531 100644
--- a/include/layout.h
+++ b/include/layout.h
@@ -10,6 +10,7 @@ extern swayc_t root_container;
10void init_layout(void); 10void init_layout(void);
11 11
12void add_child(swayc_t *parent, swayc_t *child); 12void add_child(swayc_t *parent, swayc_t *child);
13void add_floating(swayc_t *ws, swayc_t *child);
13// Returns parent container which needs to be rearranged. 14// Returns parent container which needs to be rearranged.
14swayc_t *add_sibling(swayc_t *sibling, swayc_t *child); 15swayc_t *add_sibling(swayc_t *sibling, swayc_t *child);
15swayc_t *replace_child(swayc_t *child, swayc_t *new_child); 16swayc_t *replace_child(swayc_t *child, swayc_t *new_child);