minor style fix and new var for fonts
This commit is contained in:
parent
87ef23296b
commit
76d3b0bb95
1
sent.c
1
sent.c
@ -125,6 +125,7 @@ static XWindow xw;
|
|||||||
static struct DC dc;
|
static struct DC dc;
|
||||||
static Drw *d = NULL;
|
static Drw *d = NULL;
|
||||||
static Scm *sc;
|
static Scm *sc;
|
||||||
|
static Fnt *fonts[NUMFONTS];
|
||||||
static int running = 1;
|
static int running = 1;
|
||||||
|
|
||||||
static void (*handler[LASTEvent])(XEvent *) = {
|
static void (*handler[LASTEvent])(XEvent *) = {
|
||||||
|
Loading…
Reference in New Issue
Block a user