small fix of initial numlockmask value

This commit is contained in:
Anselm R. Garbe 2007-01-11 15:51:15 +01:00
parent d108cfa7fc
commit a24a6701c8
1 changed files with 1 additions and 0 deletions

1
main.c
View File

@ -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++) {