From f25c6b312b2f4176a1936436e23140c791919ceb Mon Sep 17 00:00:00 2001 From: taiyu Date: Sat, 5 Sep 2015 20:48:52 -0700 Subject: gap resize --- include/container.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/container.h b/include/container.h index f902950a..a9b95229 100644 --- a/include/container.h +++ b/include/container.h @@ -116,7 +116,9 @@ void container_map(swayc_t *, void (*f)(swayc_t *, void *), void *); // Mappings void set_view_visibility(swayc_t *view, void *data); -void reset_gaps(swayc_t *view, void *data); +// Set or add to gaps +void set_gaps(swayc_t *view, void *amount); +void add_gaps(swayc_t *view, void *amount); void update_visibility(swayc_t *container); -- cgit v1.2.3