fixing compile errors

This commit is contained in:
Zynh Ludwig 2024-11-29 12:47:52 -08:00
parent b6f968c9ff
commit 8e5ac03764

2
dwm.c
View file

@ -262,7 +262,7 @@ static void (*handler[LASTEvent]) (XEvent *) = {
[PropertyNotify] = propertynotify,
[UnmapNotify] = unmapnotify
};
static Atom wmatom[WMLast], netatom[NetLast];
static Atom wmatom[WMLast], netatom[NetLast], xatom[XLast];
static int running = 1;
static Cur *cursor[CurLast];
static Clr **scheme;