Add XKBlib API to support keytypes
authorDan Nicholson <dbn.lists@gmail.com>
Sun, 29 Mar 2009 00:55:46 +0000 (17:55 -0700)
committerDan Nicholson <dbn.lists@gmail.com>
Sun, 29 Mar 2009 00:55:46 +0000 (17:55 -0700)
commit5315e5d14a11004798fd2ef98f568afc3d21ebf4
treeb05d5749b551d3ef804d8fa02790129fffe9bf21
parentbaa9581d81196df87819840d7769945900f3a18a
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
include/X11/extensions/XKBcommon.h
src/Makefile.am
src/alloc.c
src/malloc.c [new file with mode: 0644]
src/misc.c [new file with mode: 0644]
src/xkb.c [new file with mode: 0644]
src/xkbcomp/keytypes.c