X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=blobdiff_plain;f=common.h;h=788318460e688751421a090f6856e3ea87c50907;hp=8263d63fbc964e6ccea617dcdbb8b3ba7c91e627;hb=ea750683ac62717dd7346de17b5ae072622ff92a;hpb=74025874f2010f84fd4f7f2e120e84b56ee9781b diff --git a/common.h b/common.h index 8263d63..7883184 100644 --- a/common.h +++ b/common.h @@ -481,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 */ @@ -583,6 +584,7 @@ typedef struct { 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) */