mirror of
https://github.com/swaywm/sway.git
synced 2025-11-05 13:29:51 -05:00
handle container destroy in the seat
This commit is contained in:
parent
e7ecb001d7
commit
6f7b33e691
3 changed files with 88 additions and 32 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue