some work on using drw.c done

This commit is contained in:
Markus Teich
2015-04-09 19:23:31 +02:00
parent da9f788877
commit de1dc79944
2 changed files with 77 additions and 40 deletions

View File

@ -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] */