X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=0e52ace61b1a27c501e48a51e19375edb9e6e7b9;hb=c612331f05b9a1ddddb6f25c598b4258f9e094b1;hp=9474c88cab85dae7701e9493c0cd7aa713b15a80;hpb=394d2d698de4f7f24853af499fdfe9a339d7a832;p=xboard.git diff --git a/common.h b/common.h index 9474c88..0e52ace 100644 --- a/common.h +++ b/common.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * @@ -414,6 +414,7 @@ typedef struct { Boolean icsInputBox; Boolean useTelnet; Boolean seekGraph; + Boolean autoRefresh; char *telnetProgram; char *gateway; char *loadGameFile; @@ -447,6 +448,7 @@ typedef struct { char *cmailGameName; /* xboard only */ Boolean alwaysPromoteToQueen; Boolean oldSaveStyle; + Boolean oneClick; Boolean quietPlay; Boolean showThinking; Boolean ponderNextMove; @@ -517,6 +519,7 @@ typedef struct { int fontSizeTolerance; /* xboard only */ char *initialMode; char *variant; + char *chatBoxes; int firstProtocolVersion; int secondProtocolVersion; Boolean showButtonBar; @@ -553,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; @@ -714,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];