X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=4df1a461a4b3874695ca0d0aed3275cae272a931;hb=485413c12eae2b04aa319089a276a20155aabcb0;hp=984efe0d91064853004bfda29af62d90deb09710;hpb=a56bd5ee92e43cbf5537d877fd4010e5e34a3e11;p=xboard.git diff --git a/common.h b/common.h index 984efe0..4df1a46 100644 --- a/common.h +++ b/common.h @@ -449,6 +449,7 @@ typedef struct { int loadGameIndex; /* game # within file */ char *saveGameFile; Boolean autoSaveGames; + Boolean onlyOwn; /* [HGM] suppress auto-saving of observed games */ char *loadPositionFile; int loadPositionIndex; /* position # within file */ char *savePositionFile; @@ -553,6 +554,7 @@ typedef struct { Boolean showButtonBar; Boolean icsEngineAnalyze; Boolean variations; /* [HGM] enable variation-tree walking */ + Boolean autoExtend; /* [HGM] enable playing move(s) of right-clicked PV in analysis mode */ /* [AS] New properties (down to the "ZIPPY" part) */ Boolean scoreIsAbsolute[ENGINES]; /* If true, engine score is always from white side */