X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=a082aa2860b49b08c588db9999d2b663e7c3f3b8;hb=c7f63aacef9cbcd5b46d6d7693d95d9584786106;hp=cb1278f0827575d308cee295060f2a43fbb9ac56;hpb=211b194243de81ed013566a30ef754018586c4e1;p=xboard.git diff --git a/common.h b/common.h index cb1278f..a082aa2 100644 --- a/common.h +++ b/common.h @@ -756,6 +756,7 @@ typedef struct { char *logo[ENGINES];/* [HGM] logo */ char *pairingEngine;/* [HGM] pairing */ Boolean autoLogo; + Boolean fixedSize; Boolean noGUI; /* [HGM] fast: suppress all display updates */ char *engOptions[ENGINES]; /* [HGM] options */ char *fenOverride[ENGINES]; @@ -776,6 +777,7 @@ typedef struct { Boolean autoCopyPV; Boolean pieceMenu; Boolean sweepSelect; + Boolean monoMouse; Boolean whitePOV; Boolean scoreWhite; Boolean pvSAN[ENGINES]; @@ -838,6 +840,7 @@ typedef struct { int whiteRating; /* -1 if unknown */ int blackRating; /* -1 if unknown */ VariantClass variant; + char *variantName; char *outOfBook; /* [AS] Move and score when engine went out of book */ int boardWidth; /* [HGM] adjustable board size */ int boardHeight;