diff options
author | taiyu <taiyu.len@gmail.com> | 2015-08-19 00:28:53 -0700 |
---|---|---|
committer | taiyu <taiyu.len@gmail.com> | 2015-08-19 00:28:53 -0700 |
commit | e16a4015ff216594eeb237ef81534bfaea7533d6 (patch) | |
tree | 7e4538ac7d353048181132f3f92f73ae348456af /include/layout.h | |
parent | 1bf02144e558630f36b1efca45d6074be456c0b4 (diff) |
fixed focus key handler
Diffstat (limited to 'include/layout.h')
-rw-r--r-- | include/layout.h | 1 |
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; void init_layout(void); void add_child(swayc_t *parent, swayc_t *child); +void add_floating(swayc_t *ws, 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); |