aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/container.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/container.h')
-rw-r--r--include/sway/container.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/container.h b/include/sway/container.h
index 9a5e312b..a99e2694 100644
--- a/include/sway/container.h
+++ b/include/sway/container.h
@@ -145,4 +145,6 @@ swayc_t *swayc_parent_by_type(swayc_t *container, enum swayc_types type);
145swayc_t *swayc_at(swayc_t *parent, double lx, double ly, 145swayc_t *swayc_at(swayc_t *parent, double lx, double ly,
146 struct wlr_surface **surface, double *sx, double *sy); 146 struct wlr_surface **surface, double *sx, double *sy);
147 147
148void container_map(swayc_t *container, void (*f)(swayc_t *view, void *data), void *data);
149
148#endif 150#endif