X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=bf26600f496dd1860c09e916efd976c12cebd692;hb=b5529b539614b61fa62d9f6cc374f335e7103024;hp=f8a521affedc048a03d4bfb6dc448bde1b1ef6c8;hpb=e6e38912837a4fe2464356408d10dee950b3121c;p=xboard.git diff --git a/common.h b/common.h index f8a521a..bf26600 100644 --- a/common.h +++ b/common.h @@ -512,6 +512,7 @@ typedef struct { char *loadPositionFile; int loadPositionIndex; /* position # within file */ char *savePositionFile; + Boolean fischerCastling;/* [HGM] fischer: allow Fischr castling in any variant */ Boolean matchMode; int matchGames; Boolean monoMode; @@ -536,6 +537,7 @@ typedef struct { Boolean flipView; Boolean autoFlipView; char *cmailGameName; /* xboard only */ + Boolean headers; Boolean alwaysPromoteToQueen; Boolean oldSaveStyle; Boolean oneClick; @@ -629,6 +631,7 @@ typedef struct { int darkBackTextureMode; char * renderPiecesWithFont; /* Name of font for rendering chess pieces */ char * fontToPieceTable; /* Map to translate font character to chess pieces */ + char * inscriptions; /* text (kanji) to write on top of a piece */ int fontBackColorWhite; int fontForeColorWhite; int fontBackColorBlack; @@ -854,6 +857,7 @@ extern WindowPlacement wpEvalGraph; extern WindowPlacement wpMoveHistory; extern WindowPlacement wpGameList; extern WindowPlacement wpTags; +extern WindowPlacement wpTextMenu; #define MAXENGINES 2000