swayfx/sway/container.h
2015-08-10 22:49:50 +02:00

9 lines
151 B
C

#ifndef _SWAY_CONTAINER_H
#define _SWAY_CONTAINER_H
#include "layout.h"
void container_map(swayc_t *, void (*f)(swayc_t *, void *), void *);
#endif