X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=984efe0d91064853004bfda29af62d90deb09710;hb=a56bd5ee92e43cbf5537d877fd4010e5e34a3e11;hp=0a6a1634f20662c4e9f16fb0d30ba838e61ab141;hpb=50ffaff1de1b05f1bf76dd842e734eff2974afd4;p=xboard.git diff --git a/common.h b/common.h index 0a6a163..984efe0 100644 --- a/common.h +++ b/common.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * @@ -433,6 +433,7 @@ typedef struct { char *timeControl; Boolean trueColors; Boolean icsActive; + Boolean autoBox; char *icsHost; char *icsPort; char *icsCommPort; /* if set, use serial port instead of tcp host/port */ @@ -483,6 +484,7 @@ typedef struct { Boolean ponderNextMove; Boolean periodicUpdates; Boolean autoObserve; + Boolean autoCreateLogon; Boolean autoComment; Boolean getMoveList; Boolean testLegality; @@ -841,4 +843,3 @@ void DisplayError P((String message, int error)); #define secondOptions engOptions[1] #endif -