forked from mirror/dwm
Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
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,
|
||||
[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;
|
||||
|
|
Loading…
Reference in a new issue