X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=08d45e52ecf429f52eeb5999cdeaffec55bb1435;hb=d9f4b584106f4d7477158476ff792f6fa0b2630a;hp=c52cd9f189e0a3b5635e225dc8d7c18b67ca3419;hpb=00d7f7869e045cbed5037d39e1e56224692eb766;p=xboard.git diff --git a/common.h b/common.h index c52cd9f..08d45e5 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 */ @@ -320,6 +321,7 @@ typedef enum { VariantTwilight, VariantMakruk, VariantSChess, + VariantGrand, VariantSpartan, VariantUnknown /* Catchall for other unknown variants */ } VariantClass; @@ -365,6 +367,7 @@ typedef enum { "twilight",\ "makruk",\ "seirawan",\ + "grand",\ "spartan",\ "unknown" \ } @@ -624,6 +627,10 @@ typedef struct { int NPS[ENGINES]; Boolean autoKibitz; int engineComments; + int eloThreshold1; /* [HGM] select */ + int eloThreshold2; + int dateThreshold; + int searchMode; char *userName; int rewindIndex; /* [HGM] autoinc */ int sameColorGames; /* [HGM] alternate */ @@ -643,13 +650,18 @@ 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; char *processes; char *results; char *participants;