X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=0e52ace61b1a27c501e48a51e19375edb9e6e7b9;hb=76f00fe84ad4ba61b6eb39f374d32bde5714b9c0;hp=4ef81fa3c5c1cd7bc13bfaeddc45221fb24637d7;hpb=5cd55bddca592918f38deff675d05b650a71412e;p=xboard.git diff --git a/common.h b/common.h index 4ef81fa..0e52ace 100644 --- a/common.h +++ b/common.h @@ -519,6 +519,7 @@ typedef struct { int fontSizeTolerance; /* xboard only */ char *initialMode; char *variant; + char *chatBoxes; int firstProtocolVersion; int secondProtocolVersion; Boolean showButtonBar; @@ -555,6 +556,8 @@ typedef struct { Boolean highlightMoveWithArrow; int highlightArrowColor; Boolean useStickyWindows; + Boolean bgObserve; /* [HGM] bughouse */ + Boolean dualBoard; /* [HGM] dual */ int adjudicateDrawMoves; Boolean autoDisplayComment; Boolean autoDisplayTags; @@ -716,7 +719,7 @@ extern WindowPlacement wpGameList; extern WindowPlacement wpTags; // [HGM] chat -#define MAX_CHAT 3 +#define MAX_CHAT 5 extern int chatCount; extern char chatPartner[MAX_CHAT][MSG_SIZ];