summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2018-03-31 15:22:10 -0400
committerLibravatar Tony Crisci <tony@dubstepdish.com>2018-03-31 15:38:59 -0400
commit6f7b33e6919b2a8467ea1638ee56ac0232408793 (patch)
tree400a88da660080c18c463edff127fa1e27a719c2 /include
parentreap container parent on destroy (diff)
downloadsway-6f7b33e6919b2a8467ea1638ee56ac0232408793.tar.gz
sway-6f7b33e6919b2a8467ea1638ee56ac0232408793.tar.zst
sway-6f7b33e6919b2a8467ea1638ee56ac0232408793.zip
handle container destroy in the seat
Diffstat (limited to 'include')
-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