Merge commit 'v4.3.16'
[xboard.git] / common.h
index 8263d63..7883184 100644 (file)
--- a/common.h
+++ b/common.h
@@ -481,6 +481,7 @@ typedef struct {
     int firstProtocolVersion;\r
     int secondProtocolVersion;\r
     Boolean showButtonBar;\r
+    Boolean icsEngineAnalyze; \r
 \r
     /* [AS] New properties (down to the "ZIPPY" part) */\r
     Boolean firstScoreIsAbsolute;  /* If true, engine score is always from white side */\r
@@ -583,6 +584,7 @@ typedef struct {
     char *firstLogo;    /* [HGM] logo      */\r
     char *secondLogo;\r
     Boolean autoLogo;\r
+    Boolean noGUI;      /* [HGM] fast: suppress all display updates */\r
 } AppData, *AppDataPtr;\r
 \r
 /* [AS] PGN tags (for showing in the game list) */\r