X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=2829caf1f879852e1d781a3d36f5e90e60ad06d8;hb=1c03d229073e56dda9e5856db5adaae51576a3bb;hp=71f6c49ad255ea5c741e0c52a2fc73c59eecf2d8;hpb=0a3919ff10a347a8d840f75fd2c816efe52e5098;p=xboard.git diff --git a/common.h b/common.h index 71f6c49..2829caf 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 * @@ -423,7 +423,9 @@ typedef struct { Boolean firstPlaysBlack; Boolean noChessProgram; char *host[ENGINES]; + char *themeNames; char *pieceDirectory; + char *border; char *soundDirectory; char *remoteShell; char *remoteUser; @@ -481,6 +483,7 @@ typedef struct { Boolean ponderNextMove; Boolean periodicUpdates; Boolean autoObserve; + Boolean autoCreateLogon; Boolean autoComment; Boolean getMoveList; Boolean testLegality; @@ -556,6 +559,7 @@ typedef struct { Boolean hideThinkingFromHuman; /* If true, program thinking is generated but not displayed in human/computer matches */ Boolean useBitmaps; Boolean useFont; + Boolean useBorder; char * liteBackTextureFile; /* Name of texture bitmap for lite squares */ char * darkBackTextureFile; /* Name of texture bitmap for dark squares */ int liteBackTextureMode; @@ -838,4 +842,3 @@ void DisplayError P((String message, int error)); #define secondOptions engOptions[1] #endif -