X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=ef49a03877021effffc24ebc32f304f8a47f5b37;hb=739a44fd95050c7986678c41f655bc89cfce7f0d;hp=fc3da45853f91a960ff7edfcab374cdc876b9542;hpb=b95871c81d97fab30442cb1509b06168dfd3aeff;p=xboard.git diff --git a/common.h b/common.h index fc3da45..ef49a03 100644 --- a/common.h +++ b/common.h @@ -148,6 +148,7 @@ int pclose(FILE *); #define FIRST_HOST "localhost" #define SECOND_HOST "localhost" #define TELNET_PROGRAM "telnet" +#define DEF_BITMAP_DIR "/usr/share/games/xboard/bitmaps.xchess" /* AP: shouldn't be hardcoded directory, but better than nothing at the moment */ #define MATCH_MODE "False" #define INIT_STRING "new\nrandom\n" #define WHITE_STRING "white\ngo\n" @@ -566,7 +567,10 @@ typedef struct { char *zippyVariants; int zippyMaxGames; int zippyReplayTimeout; /*seconds*/ + int zippyShortGame; /* [HGM] aborter */ #endif + Boolean lowTimeWarning; /* [HGM] low time */ + char *lowTimeWarningColor; char *serverMovesName; Boolean suppressLoadMoves;