From de1dc79944848f4f27537df3600f6adf35f4e76a Mon Sep 17 00:00:00 2001 From: Markus Teich Date: Thu, 9 Apr 2015 19:23:31 +0200 Subject: some work on using drw.c done --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 2de7b7e..f6f6c4f 100644 --- a/config.def.h +++ b/config.def.h @@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ /* The three fields set to 0 have to stay that way for a scalable font */ -static char font[] = "-*-dejavu sans condensed-bold-r-*-*-0-0-*-*-*-0-*-*"; +static char *font = "-*-dejavu sans condensed-bold-r-*-*-0-0-*-*-*-0-*-*"; #define NUMFONTS 30 #define FONTSZ(x) ((int)(100.0 * powf(1.1288, (x)))) /* x in [0, NUMFONTS-1] */ -- cgit v1.2.3