aboutsummaryrefslogtreecommitdiff
path: root/sway/container.h
diff options
context:
space:
mode:
Diffstat (limited to 'sway/container.h')
-rw-r--r--sway/container.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sway/container.h b/sway/container.h
new file mode 100644
index 00000000..d853661c
--- /dev/null
+++ b/sway/container.h
@@ -0,0 +1,8 @@
+#ifndef _SWAY_CONTAINER_H
+#define _SWAY_CONTAINER_H
+
+#include "layout.h"
+
+void container_map(swayc_t *, void (*f)(swayc_t *, void *), void *);
+
+#endif