X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=ef49a03877021effffc24ebc32f304f8a47f5b37;hb=739a44fd95050c7986678c41f655bc89cfce7f0d;hp=62086db8a680273efca474a9c0eec00185d5e727;hpb=3dbaa3c440b654ec995f9e0d5a0fa4ef8f38b4ec;p=xboard.git diff --git a/common.h b/common.h index 62086db..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" @@ -568,6 +569,8 @@ typedef struct { int zippyReplayTimeout; /*seconds*/ int zippyShortGame; /* [HGM] aborter */ #endif + Boolean lowTimeWarning; /* [HGM] low time */ + char *lowTimeWarningColor; char *serverMovesName; Boolean suppressLoadMoves;