mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-28 07:49:59 +00:00
(!1799) xkb: unexport XkbConvertCase()
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:
@@ -222,11 +222,6 @@ extern _X_EXPORT void XkbFreeRMLVOSet(XkbRMLVOSet * /* rmlvo */ ,
|
||||
Bool /* freeRMLVO */
|
||||
);
|
||||
|
||||
extern _X_EXPORT void XkbConvertCase(KeySym /* sym */ ,
|
||||
KeySym * /* lower */ ,
|
||||
KeySym * /* upper */
|
||||
);
|
||||
|
||||
extern _X_EXPORT Status XkbChangeKeycodeRange(XkbDescPtr /* xkb */ ,
|
||||
int /* minKC */ ,
|
||||
int /* maxKC */ ,
|
||||
|
||||
@@ -163,6 +163,7 @@ Bool XkbEnableDisableControls(XkbSrvInfoPtr xkbi, unsigned long change,
|
||||
void XkbDisableComputedAutoRepeats(DeviceIntPtr pXDev, unsigned int key);
|
||||
void XkbSetRepeatKeys(DeviceIntPtr pXDev, int key, int onoff);
|
||||
XkbGeometryPtr XkbLookupNamedGeometry(DeviceIntPtr dev, Atom name, Bool *shouldFree);
|
||||
void XkbConvertCase(KeySym sym, KeySym *lower, KeySym *upper);
|
||||
|
||||
|
||||
extern DevPrivateKeyRec xkbDevicePrivateKeyRec;
|
||||
|
||||
Reference in New Issue
Block a user