From 8cc2c6fa7a4b5e8b2d2030033a4bb9f7df45fc42 Mon Sep 17 00:00:00 2001 From: Jose Diez Date: Mon, 10 Aug 2015 22:31:23 +0200 Subject: Basic workspace functionality --- sway/container.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sway/container.h (limited to 'sway/container.h') 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 -- cgit v1.2.3