diff options
author | arg@mig29 <unknown> | 2006-12-07 12:03:47 +0100 |
---|---|---|
committer | arg@mig29 <unknown> | 2006-12-07 12:03:47 +0100 |
commit | b9fbd59c8a424d8aecd59634d66e5b379f72b316 (patch) | |
tree | b4450235ebe9c0b160fef4b512c4c15c873b6e11 | |
parent | da2b90ddd166d59efa0ed2a79b585252a882c392 (diff) |
people should define fixed being compatible with their locale
-rw-r--r-- | dmenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | #include <X11/Xlib.h> | 5 | #include <X11/Xlib.h> |
6 | 6 | ||
7 | #define FONT "-*-fixed-*-*-*-*-*-*-*-*-*-*-iso10646-*" | 7 | #define FONT "fixed" |
8 | #define NORMBGCOLOR "#333366" | 8 | #define NORMBGCOLOR "#333366" |
9 | #define NORMFGCOLOR "#cccccc" | 9 | #define NORMFGCOLOR "#cccccc" |
10 | #define SELBGCOLOR "#666699" | 10 | #define SELBGCOLOR "#666699" |