diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-12-29 08:22:32 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-12-29 08:22:32 -0500 |
commit | 5292860b9202336d721089ecc9b0f3906aa47a33 (patch) | |
tree | 2ff85443a9587546176620d722028af59388d0da /include/container.h | |
parent | d409620a55c0552d47a75502a35e7c8bde60685d (diff) | |
parent | 16b8c2e915fb7972ad5190ae2591b2d71789f477 (diff) |
Merge pull request #418 from mikkeloscar/sway-handle-sigterm
Handle SIGTERM sent to sway
Diffstat (limited to 'include/container.h')
-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 |