diff options
| -rw-r--r-- | dmenu.h | 2 | ||||
| -rw-r--r-- | draw.c | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | #include <X11/Xlib.h> | 5 | #include <X11/Xlib.h> |
| 6 | 6 | ||
| 7 | #define FONT "fixed" | 7 | #define FONT "-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*" |
| 8 | #define NORMBGCOLOR "#333366" | 8 | #define NORMBGCOLOR "#333366" |
| 9 | #define NORMFGCOLOR "#cccccc" | 9 | #define NORMFGCOLOR "#cccccc" |
| 10 | #define SELBGCOLOR "#666699" | 10 | #define SELBGCOLOR "#666699" |
| @@ -79,7 +79,7 @@ getcolor(const char *colstr) { | |||
| 79 | 79 | ||
| 80 | void | 80 | void |
| 81 | setfont(const char *fontstr) { | 81 | setfont(const char *fontstr) { |
| 82 | char **missing, *def; | 82 | char *def, **missing; |
| 83 | int i, n; | 83 | int i, n; |
| 84 | 84 | ||
| 85 | missing = NULL; | 85 | missing = NULL; |
