X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=492c5072415a5bcbbc54aab6ab6671956db90d78;hb=54def5260846784eea25fad94a8ef0c34dcf807b;hp=cb1278f0827575d308cee295060f2a43fbb9ac56;hpb=211b194243de81ed013566a30ef754018586c4e1;p=xboard.git diff --git a/common.h b/common.h index cb1278f..492c507 100644 --- a/common.h +++ b/common.h @@ -486,6 +486,7 @@ typedef struct { char *pgnName[ENGINES]; Boolean firstPlaysBlack; Boolean noChessProgram; + char *positionDir; char *host[ENGINES]; char *themeNames; char *pieceDirectory; @@ -756,6 +757,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 +778,7 @@ typedef struct { Boolean autoCopyPV; Boolean pieceMenu; Boolean sweepSelect; + Boolean monoMouse; Boolean whitePOV; Boolean scoreWhite; Boolean pvSAN[ENGINES]; @@ -838,6 +841,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;