Add boolean -autoBox option
[xboard.git] / common.h
index e99227f..984efe0 100644 (file)
--- a/common.h
+++ b/common.h
@@ -433,6 +433,7 @@ typedef struct {
     char *timeControl;
     Boolean trueColors;
     Boolean icsActive;
+    Boolean autoBox;
     char *icsHost;
     char *icsPort;
     char *icsCommPort;  /* if set, use serial port instead of tcp host/port */
@@ -842,4 +843,3 @@ void DisplayError P((String message, int error));
 #define secondOptions     engOptions[1]
 
 #endif
-