found compromise
c69f397b
2 file(s) · +2 −2
| 4 | 4 | ||
| 5 | 5 | #include <X11/Xlib.h> |
|
| 6 | 6 | ||
| 7 | - | #define FONT "fixed" |
|
| 7 | + | #define FONT "-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*" |
|
| 8 | 8 | #define NORMBGCOLOR "#333366" |
|
| 9 | 9 | #define NORMFGCOLOR "#cccccc" |
|
| 10 | 10 | #define SELBGCOLOR "#666699" |
| 79 | 79 | ||
| 80 | 80 | void |
|
| 81 | 81 | setfont(const char *fontstr) { |
|
| 82 | - | char **missing, *def; |
|
| 82 | + | char *def, **missing; |
|
| 83 | 83 | int i, n; |
|
| 84 | 84 | ||
| 85 | 85 | missing = NULL; |