X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=f1506551ae65281335cd076bc932d59eb9ee2af9;hb=d90010d52804227fe8fc66324f08e12e4b910daf;hp=05c1180d79ba481c5d5baa7eb43b239f2aede953;hpb=4bfad947161d93ce1b566093211bd05f368bdffe;p=xboard.git diff --git a/common.h b/common.h index 05c1180..f150655 100644 --- a/common.h +++ b/common.h @@ -408,12 +408,13 @@ typedef struct { Boolean firstPlaysBlack; Boolean noChessProgram; char *host[ENGINES]; - char *bitmapDirectory; + char *pieceDirectory; char *soundDirectory; char *remoteShell; char *remoteUser; float timeDelay; char *timeControl; + Boolean trueColors; Boolean icsActive; char *icsHost; char *icsPort; @@ -475,7 +476,6 @@ typedef struct { Boolean zippyPlay; int flashCount; /* Number of times to flash (xboard only) */ int flashRate; /* Flashes per second (xboard only) */ - char *pixmapDirectory; /* Path to XPM/XIM files to use (xboard only) */ int msLoginDelay; /* Delay per character (in msec) while sending ICS logon script (xboard only) */ Boolean colorize; /* If True, use the following colors to color text */ @@ -565,6 +565,8 @@ typedef struct { int evalHistColorWhite; int evalHistColorBlack; Boolean highlightMoveWithArrow; + Boolean tourney; + char * tourneyOptions; int highlightArrowColor; Boolean useStickyWindows; Boolean bgObserve; /* [HGM] bughouse */