aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/container.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index 8448d705..adeb85ae 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -326,6 +326,8 @@ void container_detach(struct sway_container *child);
326void container_replace(struct sway_container *container, 326void container_replace(struct sway_container *container,
327 struct sway_container *replacement); 327 struct sway_container *replacement);
328 328
329void container_swap(struct sway_container *con1, struct sway_container *con2);
330
329struct sway_container *container_split(struct sway_container *child, 331struct sway_container *container_split(struct sway_container *child,
330 enum sway_container_layout layout); 332 enum sway_container_layout layout);
331 333