X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=2b5b68470760eadbf0b1c42205333a5b3b5f571c;hb=bb9d038829e2c23d77a9a468ac6fdb0ca8fc65a9;hp=9423537fe036f8c84beef031e1332e51bc28964e;hpb=f2344ce98b5950c7a047c3ee29959ad9f26ae8ae;p=xboard.git diff --git a/common.h b/common.h index 9423537..2b5b684 100644 --- a/common.h +++ b/common.h @@ -645,11 +645,14 @@ 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;