minor style fix and new var for fonts

This commit is contained in:
Markus Teich 2015-04-19 17:36:18 +02:00
parent 87ef23296b
commit 76d3b0bb95

1
sent.c
View File

@ -125,6 +125,7 @@ static XWindow xw;
static struct DC dc;
static Drw *d = NULL;
static Scm *sc;
static Fnt *fonts[NUMFONTS];
static int running = 1;
static void (*handler[LASTEvent])(XEvent *) = {