xkb: unexport XkbLookupNamedGeometry()
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
ff031fdb0c
commit
fb7ef7ac92
|
@ -230,11 +230,6 @@ extern _X_EXPORT void XkbFreeRMLVOSet(XkbRMLVOSet * /* rmlvo */ ,
|
|||
Bool /* freeRMLVO */
|
||||
);
|
||||
|
||||
extern _X_EXPORT XkbGeometryPtr XkbLookupNamedGeometry(DeviceIntPtr /* dev */ ,
|
||||
Atom /* name */ ,
|
||||
Bool * /* shouldFree */
|
||||
);
|
||||
|
||||
extern _X_EXPORT void XkbConvertCase(KeySym /* sym */ ,
|
||||
KeySym * /* lower */ ,
|
||||
KeySym * /* upper */
|
||||
|
|
|
@ -160,6 +160,7 @@ Bool XkbEnableDisableControls(XkbSrvInfoPtr xkbi, unsigned long change,
|
|||
unsigned long newValues, XkbChangesPtr changes,
|
||||
XkbEventCausePtr cause);
|
||||
void XkbDisableComputedAutoRepeats(DeviceIntPtr pXDev, unsigned int key);
|
||||
XkbGeometryPtr XkbLookupNamedGeometry(DeviceIntPtr dev, Atom name, Bool *shouldFree);
|
||||
|
||||
|
||||
extern DevPrivateKeyRec xkbDevicePrivateKeyRec;
|
||||
|
|
Loading…
Reference in New Issue