summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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);
260 */ 260 */
261void update_visibility(swayc_t *container); 261void update_visibility(swayc_t *container);
262 262
263/**
264 * Close all child views of container
265 */
266void close_views(swayc_t *container);
267
263#endif 268#endif