aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2015-08-19 00:28:53 -0700
committerFurkan Sahin <furkan-dev@proton.me>2015-08-19 00:28:53 -0700
commitc40928ed5c332c7a08297db88b04e9c71892091b (patch)
tree7e4538ac7d353048181132f3f92f73ae348456af /include
parent76bc0640f25fa8aa21e4506ef369658bc5c5020d (diff)
fixed focus key handler
Diffstat (limited to 'include')
-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;
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);