xkb: Fix case checks for Latin 1.
authorCyril Brulebois <kibi@debian.org>
Sun, 5 Jun 2011 01:03:47 +0000 (03:03 +0200)
committerCyril Brulebois <kibi@debian.org>
Mon, 6 Jun 2011 14:25:33 +0000 (16:25 +0200)
commit2b88189863579eb377bca617465bb76b05fbdebd
treeb5a5d5b34b19900938e9b9869a0a8a140741d9aa
parentfeab04397de2684568dedaaaa8f299cac9f44f8b
xkb: Fix case checks for Latin 1.

That one was missing _XkbKSLower:
  XK_ssharp: U+00DF LATIN SMALL LETTER SHARP S

That one was getting _XkbKSLower for no reasons:
  XK_division: U+00F7 DIVISION SIGN

For reference, XK_multiply was already excluded from the _XkbKSUpper
check, it's no big surprise XK_division has to be excluded from the
_XkbKSLower check.

Reviewed-by: Daniel Stone <daniel@fooishbar.org>
Signed-off-by: Cyril Brulebois <kibi@debian.org>
xkb/xkbfmisc.c