X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=72e66ba5a0836efcd646eafa98d72255f94f2f02;hb=ad98ed57601f8782ffb345ed264a9def813157cc;hp=fb218bc7db7fe4c6445fc5154c9b8ce9906a20e4;hpb=fa8be4a3fc5d81e9ec1f6c218fcf55c95d34fd10;p=xboard.git diff --git a/common.h b/common.h index fb218bc..72e66ba 100644 --- a/common.h +++ b/common.h @@ -601,6 +601,11 @@ typedef struct { char *fenOverride1; char *fenOverride2; Boolean keepAlive; /* [HGM] alive */ + Boolean forceIllegal;/*[HGM] illegal */ + Boolean noJoin; /* [HGM] join */ + char *wrapContSeq; /* continuation sequence when xboard wraps text */ + Boolean useInternalWrap; /* use internal wrapping -- noJoin usurps this if set */ + Boolean pasteSelection; /* paste X selection instead of clipboard */ } AppData, *AppDataPtr; /* [AS] PGN tags (for showing in the game list) */