X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=5e51bfddb52cbb126393b22640d2e646568e8233;hb=e59f2b1735fb0ef47b63a1fc560edcc58826ef58;hp=6d8a6ecea1021152a9e2dd979414351d54327c86;hpb=762e18baef5f815cc46019ba3e082bd5ec1980f6;p=xboard.git diff --git a/common.h b/common.h index 6d8a6ec..5e51bfd 100644 --- a/common.h +++ b/common.h @@ -286,6 +286,7 @@ typedef enum { VariantBerolina, VariantJanus, VariantSuper, + VariantGreat, VariantUnknown /* Catchall for other unknown variants */ } VariantClass; @@ -326,6 +327,7 @@ typedef enum { "berolina",\ "janus",\ "super",\ + "great",\ "unknown" \ } @@ -479,6 +481,7 @@ typedef struct { int firstProtocolVersion; int secondProtocolVersion; Boolean showButtonBar; + Boolean icsEngineAnalyze; /* [AS] New properties (down to the "ZIPPY" part) */ Boolean firstScoreIsAbsolute; /* If true, engine score is always from white side */ @@ -575,8 +578,15 @@ typedef struct { char *userName; int rewindIndex; /* [HGM] autoinc */ int sameColorGames; /* [HGM] alternate */ - int smpCores; + int smpCores; /* [HGM] SMP */ char *egtFormats; + int niceEngines; /* [HGM] nice */ + char *firstLogo; /* [HGM] logo */ + char *secondLogo; + Boolean autoLogo; + Boolean noGUI; /* [HGM] fast: suppress all display updates */ + char *firstOptions; /* [HGM] options */ + char *secondOptions; } AppData, *AppDataPtr; /* [AS] PGN tags (for showing in the game list) */