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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/tree/layout.h b/include/sway/tree/layout.h
index cc999871..2e0f2abf 100644
--- a/include/sway/tree/layout.h
+++ b/include/sway/tree/layout.h
@@ -69,4 +69,6 @@ struct sway_container *container_split(struct sway_container *child,
69void container_recursive_resize(struct sway_container *container, 69void container_recursive_resize(struct sway_container *container,
70 double amount, enum resize_edge edge); 70 double amount, enum resize_edge edge);
71 71
72void container_swap(struct sway_container *con1, struct sway_container *con2);
73
72#endif 74#endif