Add -trueColors option
[xboard.git] / common.h
index d41851d..68749f3 100644 (file)
--- a/common.h
+++ b/common.h
@@ -409,11 +409,13 @@ typedef struct {
     Boolean noChessProgram;
     char *host[ENGINES];
     char *pngDirectory;
+    char *svgDirectory;
     char *soundDirectory;
     char *remoteShell;
     char *remoteUser;
     float timeDelay;
     char *timeControl;
+    Boolean trueColors;
     Boolean icsActive;
     char *icsHost;
     char *icsPort;