kc3-lang/libxkbcommon/src/xkbcomp/misc.h

Branch :


Log

Author Commit Date CI Message
72df9bb3 2009-03-28 06:32:08 Move *Text APIs into libxkbcommon These seem like they might be generally useful, and more will be needed from xkbfile.
c277d3d4 2009-03-27 20:53:26 libxkbcomp: s/Status/int/ since we don't have Xlib.h
d5a9be65 2009-03-27 20:32:33 libxkbcomp: Drop unused format field for *Text functions
6a578de9 2009-03-27 20:20:01 libxkbcomp: Add non-xkbfile XkbActionTypeText
4fe322aa 2009-03-27 20:13:22 libxkbcomp: s/XPointer/char */ Replace XPointer with its definition since we don't have the privilege of using Xlib.h. Why this is char * and not void *, I'll never know.
37769b5a 2009-03-27 20:01:32 libxkbcomp: s/XkbDescPtr/XkbcDescPtr/ We need to use the keyboard description structure from XKBcommon.h since it doesn't have the Display field.
a3809b13 2009-03-27 18:55:13 xkbcomp: Add non-xkbfile XkbConfigText
0c1bbb05 2009-03-27 06:55:32 Import xkbcomp sources for CompileKeymap A copy of the xkbcomp sources (except the frontend) have been copied in to provide a means to compile a XkbDescPtr. This definitely doesn't build or do the right thing yet.