Add more *Text functions from xkbfile
authorDan Nicholson <dbn.lists@gmail.com>
Sat, 28 Mar 2009 21:06:26 +0000 (14:06 -0700)
committerDan Nicholson <dbn.lists@gmail.com>
Sat, 28 Mar 2009 21:22:41 +0000 (14:22 -0700)
commit2671b777cf146d93f8963dac79964d9167c6de66
tree63b934b683eb849e597a45b67e9ea188e38061f8
parent8544cde52e8b1e2cac21aa1ca9760c5a0f834472
Add more *Text functions from xkbfile

This should cover all the usage in xkbcomp. The format arguments were
dropped except for the special case of XkbModMaskText, which needs to
write in XkbCFile format in HandleVModDef. This was just changed to a
Bool to avoid the need for the macros in XKBfile.h.

The function prefixes have been renamed to be unique from xkbfile.
14 files changed:
include/X11/extensions/XKBcommon.h
src/text.c
src/xkbcomp/action.c
src/xkbcomp/alias.c
src/xkbcomp/compat.c
src/xkbcomp/expr.c
src/xkbcomp/geometry.c
src/xkbcomp/indicators.c
src/xkbcomp/keycodes.c
src/xkbcomp/keymap.c
src/xkbcomp/keytypes.c
src/xkbcomp/misc.c
src/xkbcomp/symbols.c
src/xkbcomp/vmod.c