aboutsummaryrefslogtreecommitdiff
path: root/include/sway/tree/layout.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-05-04 08:24:25 -0400
committerRyan Dwyer <ryandwyer1@gmail.com>2018-06-01 23:14:58 +1000
commitf3ab895916ca1a0f004b5ceaefa90eee90676532 (patch)
treeaa572c41265fae21617b13b62b1c8d5df1f2d47d /include/sway/tree/layout.h
parentc47d6cb1c47e98a42a6a94bd37c179cabe3af914 (diff)
Implement `floating enable`
Diffstat (limited to 'include/sway/tree/layout.h')
-rw-r--r--include/sway/tree/layout.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sway/tree/layout.h b/include/sway/tree/layout.h
index 2e0f2abf..33d0a5d0 100644
--- a/include/sway/tree/layout.h
+++ b/include/sway/tree/layout.h
@@ -46,6 +46,9 @@ struct sway_container *container_add_sibling(struct sway_container *parent,
struct sway_container *container_remove_child(struct sway_container *child);
+void container_add_floating(struct sway_container *workspace,
+ struct sway_container *child);
+
struct sway_container *container_replace_child(struct sway_container *child,
struct sway_container *new_child);