diff options
author | Zephaniah E. Hull <warp@agamemnon.b5> | 2006-09-10 15:50:51 -0400 |
---|---|---|
committer | Zephaniah E. Hull <warp@agamemnon.b5> | 2006-09-10 15:50:51 -0400 |
commit | 58933757862c458e2da39bd464e50d9c0e41b313 (patch) | |
tree | c37025418c066f9fcbad92c41cd5989863edbacd /xkb | |
parent | 0a3740a0000191e3039fe183ae51b938d0548340 (diff) |
Warning fix, and a syntax fix in a #if 0 section of code.
Diffstat (limited to 'xkb')
-rw-r--r-- | xkb/xkbUtils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xkb/xkbUtils.c b/xkb/xkbUtils.c index 0fde727ea..cbf46d860 100644 --- a/xkb/xkbUtils.c +++ b/xkb/xkbUtils.c @@ -242,7 +242,7 @@ XkbMapChangesPtr mc; xkb->min_key_code= first; /* 1/12/95 (ef) -- XXX! should zero out the new maps */ changes->map.changed|= XkbKeycodesMask; -generate a NewKeyboard notify here? +/* generate a NewKeyboard notify here? */ } } #endif |