diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/container.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/container.h b/include/container.h index d76160de..d5126e74 100644 --- a/include/container.h +++ b/include/container.h @@ -260,4 +260,9 @@ void add_gaps(swayc_t *view, void *amount); */ void update_visibility(swayc_t *container); +/** + * Close all child views of container + */ +void close_views(swayc_t *container); + #endif |