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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/sway/tree/layout.h b/include/sway/tree/layout.h
index 8badb244..9d33d561 100644
--- a/include/sway/tree/layout.h
+++ b/include/sway/tree/layout.h
@@ -41,7 +41,9 @@ struct sway_container *container_add_sibling(struct sway_container *parent,
41struct sway_container *container_remove_child(struct sway_container *child); 41struct sway_container *container_remove_child(struct sway_container *child);
42 42
43// TODO PRIVATE in tree.h 43// TODO PRIVATE in tree.h
44struct sway_container *container_reap_empty(struct sway_container *container); 44
45struct sway_container *container_replace_child(struct sway_container *child,
46 struct sway_container *new_child);
45 47
46// TODO move to tree.h 48// TODO move to tree.h
47void container_move_to(struct sway_container* container, 49void container_move_to(struct sway_container* container,