X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=e76320cd8600eeac501b2e015cb156ea170df4ae;hb=92b1e8aaef115278eb3bc6902d76824def8f734a;hp=c01801697fc6fc43d15ee4a79582a8d8472833f0;hpb=ca6061cbffe88ff5eb2332e733e0a534b89cc5e7;p=xboard.git diff --git a/common.h b/common.h index c018016..e76320c 100644 --- a/common.h +++ b/common.h @@ -636,6 +636,7 @@ typedef struct { int searchMode; int stretch; Boolean ignoreColors; + Boolean findMirror; char *userName; int rewindIndex; /* [HGM] autoinc */ int sameColorGames; /* [HGM] alternate */ @@ -648,6 +649,8 @@ typedef struct { Boolean noGUI; /* [HGM] fast: suppress all display updates */ char *engOptions[ENGINES]; /* [HGM] options */ char *fenOverride[ENGINES]; + char *features[ENGINES]; + char *featureDefaults; Boolean keepAlive; /* [HGM] alive */ Boolean forceIllegal;/*[HGM] illegal */ Boolean noJoin; /* [HGM] join */