From c69f397bb9a2234173726e5703eee8c123afacb4 Mon Sep 17 00:00:00 2001 From: "arg@mig29" Date: Thu, 7 Dec 2006 14:38:31 +0100 Subject: found compromise --- dmenu.h | 2 +- draw.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dmenu.h b/dmenu.h index 08d7605..ff9790d 100644 --- a/dmenu.h +++ b/dmenu.h @@ -4,7 +4,7 @@ #include -#define FONT "fixed" +#define FONT "-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*" #define NORMBGCOLOR "#333366" #define NORMFGCOLOR "#cccccc" #define SELBGCOLOR "#666699" diff --git a/draw.c b/draw.c index 62f6e2c..bd11091 100644 --- a/draw.c +++ b/draw.c @@ -79,7 +79,7 @@ getcolor(const char *colstr) { void setfont(const char *fontstr) { - char **missing, *def; + char *def, **missing; int i, n; missing = NULL; -- cgit v1.2.3-54-g00ecf