diff options
| author | arg@mig29 <unknown> | 2006-12-07 14:38:31 +0100 | 
|---|---|---|
| committer | arg@mig29 <unknown> | 2006-12-07 14:38:31 +0100 | 
| commit | c69f397bb9a2234173726e5703eee8c123afacb4 (patch) | |
| tree | ce5f5804991c2ad08b31c8a03df7ebda13413eed | |
| parent | b9fbd59c8a424d8aecd59634d66e5b379f72b316 (diff) | |
found compromise
| -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; | 
