X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=5e51bfddb52cbb126393b22640d2e646568e8233;hb=064f39c035588d458888f942798a5178e928669a;hp=8263d63fbc964e6ccea617dcdbb8b3ba7c91e627;hpb=74025874f2010f84fd4f7f2e120e84b56ee9781b;p=xboard.git diff --git a/common.h b/common.h index 8263d63..5e51bfd 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,9 @@ typedef struct { 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) */