xkb: unexport XkbSendNewKeyboardNotify()
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
45a830aa25
commit
15ba7a5f01
|
@ -225,10 +225,6 @@ extern _X_EXPORT void XkbFreeRMLVOSet(XkbRMLVOSet * /* rmlvo */ ,
|
||||||
Bool /* freeRMLVO */
|
Bool /* freeRMLVO */
|
||||||
);
|
);
|
||||||
|
|
||||||
extern _X_EXPORT void XkbSendNewKeyboardNotify(DeviceIntPtr /* kbd */ ,
|
|
||||||
xkbNewKeyboardNotify * /* pNKN */
|
|
||||||
);
|
|
||||||
|
|
||||||
extern _X_EXPORT Bool XkbCopyDeviceKeymap(DeviceIntPtr /* dst */,
|
extern _X_EXPORT Bool XkbCopyDeviceKeymap(DeviceIntPtr /* dst */,
|
||||||
DeviceIntPtr /* src */);
|
DeviceIntPtr /* src */);
|
||||||
|
|
||||||
|
|
|
@ -232,6 +232,7 @@ void XkbSendExtensionDeviceNotify(DeviceIntPtr kbd, ClientPtr client,
|
||||||
xkbExtensionDeviceNotify *ev);
|
xkbExtensionDeviceNotify *ev);
|
||||||
void XkbSendNotification(DeviceIntPtr kbd, XkbChangesPtr pChanges,
|
void XkbSendNotification(DeviceIntPtr kbd, XkbChangesPtr pChanges,
|
||||||
XkbEventCausePtr cause);
|
XkbEventCausePtr cause);
|
||||||
|
void XkbSendNewKeyboardNotify(DeviceIntPtr kbd, xkbNewKeyboardNotify *pNKN);
|
||||||
|
|
||||||
/* device lookup */
|
/* device lookup */
|
||||||
int _XkbLookupAnyDevice(DeviceIntPtr *pDev, int id, ClientPtr client,
|
int _XkbLookupAnyDevice(DeviceIntPtr *pDev, int id, ClientPtr client,
|
||||||
|
|
Loading…
Reference in New Issue