Add boolean -autoBox option
[xboard.git] / common.h
index 2829caf..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 */