config.h FOCUS_START

This commit is contained in:
seanpringle
2012-09-11 10:41:06 +10:00
parent 10d65ec43d
commit 1ff72ed2bd
3 changed files with 12 additions and 1 deletions

5
xoat.h
View File

@@ -70,6 +70,11 @@ enum {
SPOT1_RIGHT
};
enum {
FOCUS_IGNORE=1,
FOCUS_STEAL,
};
typedef struct {
short x, y, w, h;
} box;