found compromise c69f397b
arg@mig29 · 2006-12-07 14:38 2 file(s) · +2 −2
dmenu.h +1 −1
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"
draw.c +1 −1
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;