X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=6b3266f2fdbfb31d1377ca2afe6a5af26e29bf6c;hb=7235b5dac65cd2aef7dfffdb7b34337080d44335;hp=9423537fe036f8c84beef031e1332e51bc28964e;hpb=f2344ce98b5950c7a047c3ee29959ad9f26ae8ae;p=xboard.git diff --git a/common.h b/common.h index 9423537..6b3266f 100644 --- a/common.h +++ b/common.h @@ -180,7 +180,8 @@ int pclose(FILE *); #define COMMENT_FONT 4 #define EDITTAGS_FONT 5 #define MOVEHISTORY_FONT 6 -#define NUM_FONTS 7 +#define GAMELIST_FONT 7 +#define NUM_FONTS 8 /* Default to no flashing (the "usual" XBoard behavior) */ #define FLASH_COUNT 0 /* Number of times to flash */ @@ -645,11 +646,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;