import new drw and util from libsl.

This commit is contained in:
Markus Teich
2016-05-21 21:39:58 +02:00
parent 268d1968ea
commit 27a904c1dd
6 changed files with 238 additions and 240 deletions

View File

@ -8,8 +8,10 @@ static char *fontfallbacks[] = {
#define NUMFONTSCALES 42
#define FONTSZ(x) ((int)(10.0 * powf(1.1288, (x)))) /* x in [0, NUMFONTSCALES-1] */
static const char *fgcol = "#000000";
static const char *bgcol = "#FFFFFF";
static const char *colors[] = {
"#000000", /* foreground color */
"#FFFFFF", /* background color */
};
static const float linespacing = 1.4;