xkb: unexport XkbApplyCompatMapToKey()
Not used by any drivers, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
b3d105a78b
commit
5447558c6d
|
@ -27,7 +27,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
#ifndef _XKBSRV_H_
|
#ifndef _XKBSRV_H_
|
||||||
#define _XKBSRV_H_
|
#define _XKBSRV_H_
|
||||||
|
|
||||||
#define XkbApplyCompatMapToKey SrvXkbApplyCompatMapToKey
|
|
||||||
#define XkbFreeKeyboard SrvXkbFreeKeyboard
|
#define XkbFreeKeyboard SrvXkbFreeKeyboard
|
||||||
#define XkbApplyVirtualModChanges SrvXkbApplyVirtualModChanges
|
#define XkbApplyVirtualModChanges SrvXkbApplyVirtualModChanges
|
||||||
|
|
||||||
|
@ -227,11 +226,6 @@ extern _X_EXPORT void XkbFreeRMLVOSet(XkbRMLVOSet * /* rmlvo */ ,
|
||||||
Bool /* freeRMLVO */
|
Bool /* freeRMLVO */
|
||||||
);
|
);
|
||||||
|
|
||||||
extern _X_EXPORT Bool XkbApplyCompatMapToKey(XkbDescPtr /* xkb */ ,
|
|
||||||
KeyCode /* key */ ,
|
|
||||||
XkbChangesPtr /* changes */
|
|
||||||
);
|
|
||||||
|
|
||||||
extern _X_EXPORT Bool XkbApplyVirtualModChanges(XkbDescPtr /* xkb */ ,
|
extern _X_EXPORT Bool XkbApplyVirtualModChanges(XkbDescPtr /* xkb */ ,
|
||||||
unsigned int /* changed */ ,
|
unsigned int /* changed */ ,
|
||||||
XkbChangesPtr /* changes */
|
XkbChangesPtr /* changes */
|
||||||
|
|
|
@ -169,6 +169,7 @@ int XkbChangeTypesOfKey(XkbDescPtr xkb, int key, int nGroups, unsigned int group
|
||||||
int XkbKeyTypesForCoreSymbols(XkbDescPtr xkb, int map_width, KeySym *core_syms,
|
int XkbKeyTypesForCoreSymbols(XkbDescPtr xkb, int map_width, KeySym *core_syms,
|
||||||
unsigned int protected, int *types_inout,
|
unsigned int protected, int *types_inout,
|
||||||
KeySym *xkb_syms_rtrn);
|
KeySym *xkb_syms_rtrn);
|
||||||
|
Bool XkbApplyCompatMapToKey(XkbDescPtr xkb, KeyCode key, XkbChangesPtr changes);
|
||||||
|
|
||||||
|
|
||||||
extern DevPrivateKeyRec xkbDevicePrivateKeyRec;
|
extern DevPrivateKeyRec xkbDevicePrivateKeyRec;
|
||||||
|
|
Loading…
Reference in New Issue