From 8e5ac03764e9fecd0800198bc583488eb128ce05 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Fri, 29 Nov 2024 12:47:52 -0800 Subject: [PATCH] fixing compile errors --- dwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwm.c b/dwm.c index 672a3d1..7d1978b 100644 --- a/dwm.c +++ b/dwm.c @@ -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;