Add missing define for Unix
This commit is contained in:
parent
f98b3a5609
commit
25f2506984
|
@ -38,9 +38,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define DEF_FONT "Monospace 9"
|
#define DEF_FONT "Monospace 9"
|
||||||
#ifdef WIN32
|
|
||||||
#define DEF_FONT_ALTER "Arial Unicode MS,Lucida Sans Unicode,MS Gothic,Unifont"
|
#define DEF_FONT_ALTER "Arial Unicode MS,Lucida Sans Unicode,MS Gothic,Unifont"
|
||||||
#endif
|
|
||||||
|
|
||||||
void
|
void
|
||||||
list_addentry (GSList ** list, char *cmd, char *name)
|
list_addentry (GSList ** list, char *cmd, char *name)
|
||||||
|
|
Loading…
Reference in New Issue