X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=0950811ab015ed11dec6d71a9b1a5c2d658d4d93;hb=c948f38c96384998f183aab3298f94833e18f26c;hp=e0b6633a15b007141888c7404d45f26202464d21;hpb=acca181c7d39eea4904084170f8b5fae08361846;p=xboard.git diff --git a/common.h b/common.h index e0b6633..0950811 100644 --- a/common.h +++ b/common.h @@ -557,6 +557,7 @@ typedef struct { Boolean secondIsUCI; Boolean firstHasOwnBookUCI; Boolean secondHasOwnBookUCI; + char * adapterCommand; char * polyglotDir; Boolean usePolyglotBook; char * polyglotBook; @@ -635,6 +636,8 @@ typedef struct { Boolean useInternalWrap; /* use internal wrapping -- noJoin usurps this if set */ Boolean pasteSelection; /* paste X selection instead of clipboard */ int nrVariations; /* [HGM] multivar */ + Boolean dropMenu; /* [HGM] pv */ + Boolean markers; /* [HGM] markers */ } AppData, *AppDataPtr; /* [AS] PGN tags (for showing in the game list) */