Add persistent Boolean option -fixedSize
[xboard.git] / common.h
index 9f54f47..2b0ddf0 100644 (file)
--- a/common.h
+++ b/common.h
@@ -756,6 +756,7 @@ typedef struct {
     char *logo[ENGINES];/* [HGM] logo      */
     char *pairingEngine;/* [HGM] pairing   */
     Boolean autoLogo;
+    Boolean fixedSize;
     Boolean noGUI;      /* [HGM] fast: suppress all display updates */
     char *engOptions[ENGINES]; /* [HGM] options   */
     char *fenOverride[ENGINES];