gap resize

This commit is contained in:
taiyu 2015-09-05 20:48:52 -07:00
parent 7169ebc24c
commit f25c6b312b
5 changed files with 140 additions and 24 deletions

View file

@ -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);