refactoring + maprequest placement bug fix

This commit is contained in:
seanpringle
2012-09-07 16:22:57 +10:00
parent bc7e5cdecc
commit 2455f692dc
2 changed files with 17 additions and 19 deletions

1
xoat.h
View File

@@ -86,6 +86,7 @@ typedef struct {
box spots[SPOT3+1];
} monitor;
#define MAX_STRUT 150
#define MAX_MONITORS 3
monitor monitors[MAX_MONITORS];
int nmonitors = 1;