From f1d5305dc61944deebbab2322118d7a1a15b998e Mon Sep 17 00:00:00 2001 From: taiyu Date: Sun, 16 Aug 2015 19:06:31 -0700 Subject: fix --- include/container.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/container.h') diff --git a/include/container.h b/include/container.h index a54e016a..dd934be6 100644 --- a/include/container.h +++ b/include/container.h @@ -68,4 +68,7 @@ swayc_t *destroy_view(swayc_t *view); swayc_t *find_container(swayc_t *container, bool (*test)(swayc_t *view, void *data), void *data); void container_map(swayc_t *, void (*f)(swayc_t *, void *), void *); +//Mappings +void set_view_visibility(swayc_t *view, void *data); + #endif -- cgit v1.2.3