removed NUMLOCKMASK, added dynamically calculated numlockmask instead

This commit is contained in:
Anselm R.Garbe
2006-08-14 19:18:02 +02:00
parent 442334641e
commit ee31e38dc7
6 changed files with 29 additions and 19 deletions

2
dwm.h
View File

@ -70,7 +70,7 @@ struct Client {
extern const char *tags[];
extern char stext[1024];
extern int screen, sx, sy, sw, sh, bx, by, bw, bh, mw;
extern unsigned int ntags;
extern unsigned int ntags, numlockmask;
extern void (*handler[LASTEvent])(XEvent *);
extern void (*arrange)(Arg *);
extern Atom wmatom[WMLast], netatom[NetLast];