removed NUMLOCKMASK, added dynamically calculated numlockmask instead
This commit is contained in:
2
dwm.h
2
dwm.h
@ -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];
|
||||
|
Reference in New Issue
Block a user