summaryrefslogtreecommitdiff
path: root/board.h
diff options
context:
space:
mode:
authorSegher Boessenkool <segher@kernel.crashing.org>2009-02-08 22:46:07 +0100
committerSegher Boessenkool <segher@kernel.crashing.org>2009-02-08 22:46:07 +0100
commit81edc7c89037f664cd9c060a06ebb055bf7ec866 (patch)
treeddf41b4e8ad7151c59616e7895b9cffdc9dc6b3c /board.h
parente4a84ef292da4f7529575cda5219888936bf9ad5 (diff)
Workaround for the centered coors vs. top-left coors thing
Diffstat (limited to 'board.h')
-rw-r--r--board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/board.h b/board.h
index ac0d5d0..b401521 100644
--- a/board.h
+++ b/board.h
@@ -8,6 +8,7 @@
#include "types.h"
struct board {
+ int use_centered_coors; // this is some reg actually, FIXME
void (*init)(void);
};