X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=blobdiff_plain;f=common.h;h=bbaa0345176960917938edd0c6754701372d5850;hp=c557257c8a48fdde1d9dfaa7ef38f5117204610d;hb=0fe341b64ac865097b5182ec7740fe18802efbd2;hpb=d84fcdd7b911514302200ce9edfde2c8c8f2d66e diff --git a/common.h b/common.h index c557257..bbaa034 100644 --- a/common.h +++ b/common.h @@ -577,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 @@ -644,6 +645,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;