forked from mirror/dwm
fixing compile errors
This commit is contained in:
parent
b6f968c9ff
commit
8e5ac03764
1 changed files with 1 additions and 1 deletions
2
dwm.c
2
dwm.c
|
@ -262,7 +262,7 @@ static void (*handler[LASTEvent]) (XEvent *) = {
|
||||||
[PropertyNotify] = propertynotify,
|
[PropertyNotify] = propertynotify,
|
||||||
[UnmapNotify] = unmapnotify
|
[UnmapNotify] = unmapnotify
|
||||||
};
|
};
|
||||||
static Atom wmatom[WMLast], netatom[NetLast];
|
static Atom wmatom[WMLast], netatom[NetLast], xatom[XLast];
|
||||||
static int running = 1;
|
static int running = 1;
|
||||||
static Cur *cursor[CurLast];
|
static Cur *cursor[CurLast];
|
||||||
static Clr **scheme;
|
static Clr **scheme;
|
||||||
|
|
Loading…
Reference in a new issue