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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index 46f1c5ab..285f1011 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -150,4 +150,7 @@ void container_for_each_descendant_dfs(struct sway_container *container,
150bool container_has_anscestor(struct sway_container *descendant, 150bool container_has_anscestor(struct sway_container *descendant,
151 struct sway_container *anscestor); 151 struct sway_container *anscestor);
152 152
153bool container_has_child(struct sway_container *con,
154 struct sway_container *child);
155
153#endif 156#endif