handle container destroy in the seat

This commit is contained in:
Tony Crisci 2018-03-31 15:22:10 -04:00
parent e7ecb001d7
commit 6f7b33e691
3 changed files with 88 additions and 32 deletions

View file

@ -150,4 +150,7 @@ void container_for_each_descendant_dfs(struct sway_container *container,
bool container_has_anscestor(struct sway_container *descendant,
struct sway_container *anscestor);
bool container_has_child(struct sway_container *con,
struct sway_container *child);
#endif