X-Git-Url: http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=xboard.git;a=blobdiff_plain;f=xboard.h;h=7173dbe48fa4d5de46b954f3cc6c839c430e30b0;hp=14224e4ef8329bddeb71f22a218a967364d42dc8;hb=2f00090e192bd3a9ad3e99cf10cfda932f5ec662;hpb=5071258aa2c49d4d93e7c37c8f138ffbca1ed8ab;ds=inline diff --git a/xboard.h b/xboard.h index 14224e4e..7173dbe4 100644 --- a/xboard.h +++ b/xboard.h @@ -54,9 +54,18 @@ #define ICS_LOGON ".icsrc" #define INFOFILE "xboard.info" #define MANPAGE "xboard.6" +#if ENABLE_NLS +#define CLOCK_FONT_NAME "-*-helvetica-bold-r-normal--*-*-*-*-*-*-*-*,"\ + "-misc-fixed-bold-r-normal--*-*-*-*-*-*-*-*" +#define COORD_FONT_NAME "-*-helvetica-bold-r-normal--*-*-*-*-*-*-*-*," \ + "-misc-fixed-bold-r-normal--*-*-*-*-*-*-*-*" +#define DEFAULT_FONT_NAME "-*-helvetica-medium-r-normal--*-*-*-*-*-*-*-*,"\ + "-misc-fixed-medium-r-normal--*-*-*-*-*-*-*-*" +#else #define CLOCK_FONT_NAME "-*-helvetica-bold-r-normal--*-*-*-*-*-*-*-*" #define COORD_FONT_NAME "-*-helvetica-bold-r-normal--*-*-*-*-*-*-*-*" #define DEFAULT_FONT_NAME "-*-helvetica-medium-r-normal--*-*-*-*-*-*-*-*" +#endif #define COLOR_SHOUT "green" #define COLOR_SSHOUT "green,black,1" #define COLOR_CHANNEL1 "cyan"