mirror of
https://github.com/NickHu/sway
synced 2024-12-27 21:58:11 +01:00
9 lines
151 B
C
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
|