X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=b1e13cc5ce2b0a41ad498e2664c3c6da8629491b;hb=f98d70f03e2bf88674a8d2085c04b22b27031674;hp=d7cfab1006c6054927405f420412f058bf92b1d1;hpb=e70077aab0199817f37aef9ed0bdba1bbca93b45;p=xboard.git diff --git a/common.h b/common.h index d7cfab1..b1e13cc 100644 --- a/common.h +++ b/common.h @@ -670,6 +670,8 @@ typedef struct { Boolean scoreWhite; Boolean pvSAN[ENGINES]; + int recentEngines; + char *recentEngineList; char *tourneyFile; char *defName; char *processes; @@ -682,6 +684,7 @@ typedef struct { int seedBase; Boolean roundSync; Boolean cycleSync; + Boolean numberTag; } AppData, *AppDataPtr; /* PGN tags (for showing in the game list) */ @@ -756,6 +759,8 @@ extern WindowPlacement wpMoveHistory; extern WindowPlacement wpGameList; extern WindowPlacement wpTags; +#define MAXENGINES 2000 + // [HGM] chat #define MAX_CHAT 5 extern int chatCount;