X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=f1506551ae65281335cd076bc932d59eb9ee2af9;hb=d7401f45af975eca82facb81e04b925d4e8ed6e6;hp=752d43451c2a673a49ab8ed01db619f7f0c815fe;hpb=634be1ecc596d406ee5ea6f22194ef3b6348f42d;p=xboard.git diff --git a/common.h b/common.h index 752d434..f150655 100644 --- a/common.h +++ b/common.h @@ -408,13 +408,13 @@ typedef struct { Boolean firstPlaysBlack; Boolean noChessProgram; char *host[ENGINES]; - char *bitmapDirectory; - char *pngDirectory; + char *pieceDirectory; char *soundDirectory; char *remoteShell; char *remoteUser; float timeDelay; char *timeControl; + Boolean trueColors; Boolean icsActive; char *icsHost; char *icsPort; @@ -476,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 */