kc3-lang/libxkbcommon/src/misc.c

Branch :


Log

Author Commit Date CI Message
d43a7bf0 2009-03-28 19: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.
eff1c538 2009-03-28 19:00:13 Copy XkbEnsureSafeMapName from xkbfile
fe94593d 2009-03-28 18:17:34 malloc/misc/xkb: Coding style cleanup
5315e5d1 2009-03-28 17:55:46 Add XKBlib API to support keytypes Added common variants of XkbComputeEffectiveMap, XkbInitCanonicalKeyTypes and all their needed functions. A couple functions that were in alloc.c moved to malloc.c to mirror the libX11 sources better. Original code in libX11/src/xkb/XKBMalloc.c libX11/src/xkb/XKBMisc.c libX11/src/xkb/XKB.c