Copy xkbfile IsUpper/IsLower macros
authorDan Nicholson <dbn.lists@gmail.com>
Sun, 29 Mar 2009 02:21:18 +0000 (19:21 -0700)
committerDan Nicholson <dbn.lists@gmail.com>
Sun, 29 Mar 2009 03:22:28 +0000 (20:22 -0700)
commitd43a7bf02fcda0a43112ee6a69a5d8e647dfe1a6
treed215b6102c8d94eccfc9a20c3b61dd038c90c7f0
parenteff1c53873e1190b703ee5f84b4240f070dd0927
Copy xkbfile IsUpper/IsLower macros

xkbcomp was using Xlib's XConvertCase to check upper/lowercase. That's a
lot of code, so hopefully the xkbfile macros using _XkbKSCheckCase are
good enough. This also required that <X11/keysym.h> is included to get
all the XK_* definitions.
include/X11/extensions/XKBcommon.h
src/misc.c
src/xkbcomp/symbols.c