X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=2b5b68470760eadbf0b1c42205333a5b3b5f571c;hb=0066c71cd8fce5d6db79e9a2d619f684c040ec59;hp=ad52fb98075d4e6bc194fb56c594bef1780c92c6;hpb=407cd1126c6c24d890359f1fe1686f6d90c0ad61;p=xboard.git diff --git a/common.h b/common.h index ad52fb9..2b5b684 100644 --- a/common.h +++ b/common.h @@ -320,6 +320,7 @@ typedef enum { VariantTwilight, VariantMakruk, VariantSChess, + VariantGrand, VariantSpartan, VariantUnknown /* Catchall for other unknown variants */ } VariantClass; @@ -365,6 +366,7 @@ typedef enum { "twilight",\ "makruk",\ "seirawan",\ + "grand",\ "spartan",\ "unknown" \ } @@ -643,11 +645,15 @@ typedef struct { Boolean useInternalWrap; /* use internal wrapping -- noJoin usurps this if set */ Boolean pasteSelection; /* paste X selection instead of clipboard */ int nrVariations; /* [HGM] multivar */ + int zoom; /* [HGM] evalGraph */ + int evalThreshold; /* [HGM] evalGraph */ Boolean dropMenu; /* [HGM] pv */ Boolean markers; /* [HGM] markers */ Boolean pieceMenu; Boolean sweepSelect; Boolean whitePOV; + Boolean scoreWhite; + Boolean pvSAN[ENGINES]; char *tourneyFile; char *defName;