X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=aa4660099c068892ecb5aa5a8788e889b8e4d45f;hb=8227cf843e0eb19916b9e3a7460fa970a5e6958c;hp=64e4ece3359da4438b3a1de8b192e3ae93294b07;hpb=b6e0d244104f54af47422950373dfd3e021fb1e7;p=xboard.git diff --git a/common.h b/common.h index 64e4ece..aa46600 100644 --- a/common.h +++ b/common.h @@ -385,7 +385,7 @@ typedef struct { int premoveHighlightColor; #endif int movesPerSession; - int timeIncrement; + float timeIncrement; char *initString; char *secondInitString; char *firstComputerString; @@ -495,6 +495,7 @@ typedef struct { char *soundIcsLoss; char *soundIcsDraw; char *soundIcsUnfinished; + Boolean disguise; /* [HGM] Promoted Pawns look like pieces in bughouse */ Boolean reuseFirst; Boolean reuseSecond; Boolean animateDragging; /* If True, animate mouse dragging of pieces */ @@ -522,6 +523,7 @@ typedef struct { int secondProtocolVersion; Boolean showButtonBar; Boolean icsEngineAnalyze; + Boolean variations; /* [HGM] enable variation-tree walking */ /* [AS] New properties (down to the "ZIPPY" part) */ Boolean firstScoreIsAbsolute; /* If true, engine score is always from white side */