aboutsummaryrefslogtreecommitdiff
path: root/include/container.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-12-29 08:22:32 -0500
committerDrew DeVault <sir@cmpwn.com>2015-12-29 08:22:32 -0500
commit5292860b9202336d721089ecc9b0f3906aa47a33 (patch)
tree2ff85443a9587546176620d722028af59388d0da /include/container.h
parentd409620a55c0552d47a75502a35e7c8bde60685d (diff)
parent16b8c2e915fb7972ad5190ae2591b2d71789f477 (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.h5
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