This commit is contained in:
seanpringle
2012-09-11 16:40:06 +10:00
parent 9507a258c9
commit 323da794f5
2 changed files with 23 additions and 20 deletions

6
xoat.h
View File

@@ -120,6 +120,12 @@ stack windows, snapshot;
for ((i) = windows.depth-1, query_windows(); (i) > -1; (i)--)\
if (((c) = windows.clients[(i)]))
#define for_spots(i)\
for ((i) = SPOT1; (i) <= SPOT3; (i)++)
#define for_spots_rev(i)\
for ((i) = SPOT3; (i) >= SPOT1; (i)--)
static int (*xerror)(Display *, XErrorEvent *);
typedef struct {