summaryrefslogtreecommitdiffstats
path: root/include/sway/tree/layout.h
diff options
context:
space:
mode:
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,
46 46
47struct sway_container *container_remove_child(struct sway_container *child); 47struct sway_container *container_remove_child(struct sway_container *child);
48 48
49void container_add_floating(struct sway_container *workspace,
50 struct sway_container *child);
51
49struct sway_container *container_replace_child(struct sway_container *child, 52struct sway_container *container_replace_child(struct sway_container *child,
50 struct sway_container *new_child); 53 struct sway_container *new_child);
51 54