summaryrefslogtreecommitdiffstats
path: root/include/container.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/container.h')
-rw-r--r--include/container.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/container.h b/include/container.h
index 186ee8b6..63529e44 100644
--- a/include/container.h
+++ b/include/container.h
@@ -15,6 +15,7 @@ enum swayc_types{
15 C_TYPES, 15 C_TYPES,
16}; 16};
17 17
18
18enum swayc_layouts{ 19enum swayc_layouts{
19 L_NONE, 20 L_NONE,
20 L_HORIZ, 21 L_HORIZ,
@@ -75,6 +76,7 @@ swayc_t *destroy_view(swayc_t *view);
75swayc_t *find_container(swayc_t *container, bool (*test)(swayc_t *view, void *data), void *data); 76swayc_t *find_container(swayc_t *container, bool (*test)(swayc_t *view, void *data), void *data);
76void container_map(swayc_t *, void (*f)(swayc_t *, void *), void *); 77void container_map(swayc_t *, void (*f)(swayc_t *, void *), void *);
77 78
79
78// Mappings 80// Mappings
79void set_view_visibility(swayc_t *view, void *data); 81void set_view_visibility(swayc_t *view, void *data);
80 82