X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=2f663659e85614a6e3f1a409372fe9c99b62d4dd;hb=51e9503489f2cee28a076bf52c56185a5283b069;hp=f8a521affedc048a03d4bfb6dc448bde1b1ef6c8;hpb=e6e38912837a4fe2464356408d10dee950b3121c;p=xboard.git diff --git a/common.h b/common.h index f8a521a..2f66365 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; @@ -854,6 +856,7 @@ extern WindowPlacement wpEvalGraph; extern WindowPlacement wpMoveHistory; extern WindowPlacement wpGameList; extern WindowPlacement wpTags; +extern WindowPlacement wpTextMenu; #define MAXENGINES 2000