X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=492c5072415a5bcbbc54aab6ab6671956db90d78;hb=1f0538d4e71f928ed4163cd5d39cba2d305cf685;hp=9f54f4717177cd3324fd85520da931957785178d;hpb=ba3e6a6301920d112fde459b61a5a5206565dcbd;p=xboard.git diff --git a/common.h b/common.h index 9f54f47..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];