X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=788318460e688751421a090f6856e3ea87c50907;hb=a0bb12d42cb411659ec6050b15317b2b6a6e3962;hp=6d8a6ecea1021152a9e2dd979414351d54327c86;hpb=762e18baef5f815cc46019ba3e082bd5ec1980f6;p=xboard.git diff --git a/common.h b/common.h index 6d8a6ec..7883184 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,13 @@ 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 */ } AppData, *AppDataPtr; /* [AS] PGN tags (for showing in the game list) */