X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=16942e5f30ca3719ece436a24c04a747b3417020;hb=e3955dbbd7fbfb0fd22d5a75971075556a102e66;hp=bbaa0345176960917938edd0c6754701372d5850;hpb=3d9fcd78798d728341a7a41b19fefd5a24ed46d0;p=xboard.git diff --git a/common.h b/common.h index bbaa034..16942e5 100644 --- a/common.h +++ b/common.h @@ -181,6 +181,8 @@ typedef char *String; #define BOARD_RGHT (gameInfo.boardWidth + gameInfo.holdingsWidth) #define CASTLING (BOARD_RANKS-1) /* [HGM] hide in upper rank */ #define VIRGIN (BOARD_RANKS-2) /* [HGM] pieces not moved */ +#define CHECK_COUNT CASTLING][(BOARD_FILES-8) /* [HGM] in upper rank */ +#define LAST_TO CASTLING][(BOARD_FILES-7) /* [HGM] in upper rank */ #define TOUCHED_W CASTLING][(BOARD_FILES-6) /* [HGM] in upper rank */ #define TOUCHED_B CASTLING][(BOARD_FILES-5) /* [HGM] in upper rank */ #define EP_RANK CASTLING][(BOARD_FILES-4) /* [HGM] in upper rank */ @@ -559,6 +561,7 @@ typedef struct { Boolean flipView; Boolean autoFlipView; char *cmailGameName; /* xboard only */ + Boolean moveTime; Boolean headers; Boolean alwaysPromoteToQueen; Boolean oldSaveStyle; @@ -815,6 +818,7 @@ typedef struct { int tourneyType; int tourneyCycles; int seedBase; + int bmpSave; Boolean roundSync; Boolean cycleSync; Boolean numberTag;