X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=d41851db744acabe5ab6a74a6ba1a4245cea820a;hb=67b3a0d7c465522feb67841c7374bf863df19357;hp=0669b369f2190bc5746f209e5b3473118490797e;hpb=ee7ad29e757ab4f99b8b776ce7e8ebee5081767a;p=xboard.git diff --git a/common.h b/common.h index 0669b36..d41851d 100644 --- a/common.h +++ b/common.h @@ -408,7 +408,7 @@ typedef struct { Boolean firstPlaysBlack; Boolean noChessProgram; char *host[ENGINES]; - char *bitmapDirectory; + char *pngDirectory; char *soundDirectory; char *remoteShell; char *remoteUser; @@ -475,7 +475,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 */