X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=72e66ba5a0836efcd646eafa98d72255f94f2f02;hb=2b102a5aee6ecd7f801208d2c6f6aacf59397ee4;hp=a48aee51d351fa47bc95d9191858c04a705e8f26;hpb=4d057f1c54f1904fc7e01828b5896c2a979d15ea;p=xboard.git diff --git a/common.h b/common.h index a48aee5..72e66ba 100644 --- a/common.h +++ b/common.h @@ -605,6 +605,7 @@ typedef struct { 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) */