removed NUMLOCKMASK, added dynamically calculated numlockmask instead
This commit is contained in:
parent
442334641e
commit
ee31e38dc7
6 changed files with 29 additions and 19 deletions
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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue