Commit d43a7bf02fcda0a43112ee6a69a5d8e647dfe1a6

Dan Nicholson 2009-03-28T19:21:18

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.