aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/tree/container.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/tree/container.h')
-rw-r--r--include/sway/tree/container.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index c51425c9..6efecf7c 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -279,7 +279,7 @@ void container_insert_child(struct sway_container *parent,
279 struct sway_container *child, int i); 279 struct sway_container *child, int i);
280 280
281void container_add_sibling(struct sway_container *parent, 281void container_add_sibling(struct sway_container *parent,
282 struct sway_container *child, int offset); 282 struct sway_container *child);
283 283
284void container_detach(struct sway_container *child); 284void container_detach(struct sway_container *child);
285 285