Fix crash on OK after Save Changes in Tags and Comment popup.
[xboard.git] / common.h
index 9423537..2b5b684 100644 (file)
--- a/common.h
+++ b/common.h
@@ -645,11 +645,14 @@ typedef struct {
     Boolean useInternalWrap; /* use internal wrapping -- noJoin usurps this if set */
     Boolean pasteSelection; /* paste X selection instead of clipboard */
     int nrVariations;   /* [HGM] multivar  */
+    int zoom;           /* [HGM] evalGraph */
+    int evalThreshold;  /* [HGM] evalGraph */
     Boolean dropMenu;   /* [HGM] pv        */
     Boolean markers;    /* [HGM] markers   */
     Boolean pieceMenu;
     Boolean sweepSelect;
     Boolean whitePOV;
+    Boolean scoreWhite;
     Boolean pvSAN[ENGINES];
 
     char *tourneyFile;