swayfx/sway/container.h

9 lines
151 B
C
Raw Normal View History

2015-08-11 06:31:23 +10:00
#ifndef _SWAY_CONTAINER_H
#define _SWAY_CONTAINER_H
#include "layout.h"
void container_map(swayc_t *, void (*f)(swayc_t *, void *), void *);
#endif