X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=aa4660099c068892ecb5aa5a8788e889b8e4d45f;hb=f76776fcf5dc02ae2eb81505bc4ebd16d5ea1996;hp=077c97908650fc1cc64e33c18982f2ce81228b6a;hpb=66a4d3394a1b23ab654e3fb6027ad9b5b2bd461c;p=xboard.git diff --git a/common.h b/common.h index 077c979..aa46600 100644 --- a/common.h +++ b/common.h @@ -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 */