aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.h
diff options
context:
space:
mode:
authorAnselm R.Garbe <arg@10ksloc.org>2006-08-14 19:18:02 +0200
committerAnselm R.Garbe <arg@10ksloc.org>2006-08-14 19:18:02 +0200
commitee31e38dc75832a66cb0fc01bcf2f419ac96a20b (patch)
tree0a5103b2dfc4f7cd68038f198ecc3ccd46984385 /dwm.h
parent442334641e4124d8c32387287d431a83761ff916 (diff)
downloaddwm-ee31e38dc75832a66cb0fc01bcf2f419ac96a20b.tar.zst
removed NUMLOCKMASK, added dynamically calculated numlockmask instead
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.h b/dwm.h
index 10eaf30..bb941dc 100644
--- a/dwm.h
+++ b/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];