Basic workspace functionality

This commit is contained in:
Jose Diez 2015-08-10 22:31:23 +02:00
parent caee41b777
commit 8cc2c6fa7a
6 changed files with 128 additions and 1 deletions

8
sway/container.h Normal file
View file

@ -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