summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2015-04-09 19:23:31 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2015-04-09 19:23:31 +0200
commitde1dc79944848f4f27537df3600f6adf35f4e76a (patch)
tree2a57f4be4e54582249b771bcd8f484abfe1eeeb8 /config.def.h
parentda9f788877f950752eca4b0b8cad6eb8817d5cfd (diff)
downloadsent-de1dc79944848f4f27537df3600f6adf35f4e76a.tar.gz
sent-de1dc79944848f4f27537df3600f6adf35f4e76a.tar.bz2
sent-de1dc79944848f4f27537df3600f6adf35f4e76a.zip
some work on using drw.c done
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
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] */
Software created with 💖