X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=0136a006d7189e3938ea11ff4fa85d0fd82d319c;hb=6487eb595b4ee51f8eab706698333e57c5dc4ff8;hp=b4f6c3e0b384f402da50ccd2eaab5e3e28d0b706;hpb=ebd7f78161504e46896f7d96bb41e29714b2fd53;p=xboard.git diff --git a/common.h b/common.h index b4f6c3e..0136a00 100644 --- a/common.h +++ b/common.h @@ -553,6 +553,7 @@ typedef struct { char *historyFont; char *gameListFont; char *icsFont; + int analysisBell; Boolean ringBellAfterMoves; Boolean autoCallFlag; Boolean flipView; @@ -576,6 +577,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 @@ -798,6 +800,10 @@ typedef struct { int recentEngines; char *recentEngineList; + char *message; + char *suppress; + char *fen; + char *men; char *tourneyFile; char *defName; char *processes;