X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=9a4c2c4a94db1d147c6b7467ccc753f78d2801e0;hb=96041849754ac948d0b7450514b8a84a519ac4e0;hp=c98ba91144011636d713eb7f8bbe4ae35088ab0e;hpb=894916fe72347000731f92313b9c2230fd837247;p=xboard.git diff --git a/common.h b/common.h index c98ba91..9a4c2c4 100644 --- a/common.h +++ b/common.h @@ -553,11 +553,13 @@ typedef struct { char *historyFont; char *gameListFont; char *icsFont; + int analysisBell; Boolean ringBellAfterMoves; Boolean autoCallFlag; Boolean flipView; Boolean autoFlipView; char *cmailGameName; /* xboard only */ + Boolean moveTime; Boolean headers; Boolean alwaysPromoteToQueen; Boolean oldSaveStyle; @@ -576,6 +578,7 @@ typedef struct { Boolean localLineEditing; /* WinBoard only */ Boolean zippyTalk; Boolean zippyPlay; + int jewelled; int flashCount; /* Number of times to flash (xboard only) */ int flashRate; /* Flashes per second (xboard only) */ int msLoginDelay; /* Delay per character (in msec) while sending @@ -643,6 +646,7 @@ typedef struct { Boolean scoreIsAbsolute[ENGINES]; /* If true, engine score is always from white side */ Boolean saveExtendedInfoInPGN; /* If true, saved PGN games contain extended info */ Boolean hideThinkingFromHuman; /* If true, program thinking is generated but not displayed in human/computer matches */ + Boolean cumulativeTimePGN; /* If true, times saved in PGN extended info is time left on clock */ Boolean useBitmaps; Boolean useFont; Boolean useBorder; @@ -800,6 +804,8 @@ typedef struct { char *recentEngineList; char *message; char *suppress; + char *fen; + char *men; char *tourneyFile; char *defName; char *processes;