projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d108cfa
)
small fix of initial numlockmask value
author
Anselm R. Garbe
<arg@suckless.org>
Thu, 11 Jan 2007 14:51:15 +0000
(15:51 +0100)
committer
Anselm R. Garbe
<arg@suckless.org>
Thu, 11 Jan 2007 14:51:15 +0000
(15:51 +0100)
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index ba5e2e0a35cc9a2ae79f96f553234c1e48b97e34..067f383666b460f366eee558f48e2c589e655633 100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-101,6
+101,7
@@
setup(void) {
cursor[CurResize] = XCreateFontCursor(dpy, XC_sizing);
cursor[CurMove] = XCreateFontCursor(dpy, XC_fleur);
/* init modifier map */
+ numlockmask = 0;
modmap = XGetModifierMapping(dpy);
for (i = 0; i < 8; i++) {
for (j = 0; j < modmap->max_keypermod; j++) {