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 */
|
||||
);
|
||||
|
||||
extern _X_EXPORT void XkbSendNewKeyboardNotify(DeviceIntPtr /* kbd */ ,
|
||||
xkbNewKeyboardNotify * /* pNKN */
|
||||
);
|
||||
|
||||
extern _X_EXPORT Bool XkbCopyDeviceKeymap(DeviceIntPtr /* dst */,
|
||||
DeviceIntPtr /* src */);
|
||||
|
||||
|
|
|
@ -232,6 +232,7 @@ void XkbSendExtensionDeviceNotify(DeviceIntPtr kbd, ClientPtr client,
|
|||
xkbExtensionDeviceNotify *ev);
|
||||
void XkbSendNotification(DeviceIntPtr kbd, XkbChangesPtr pChanges,
|
||||
XkbEventCausePtr cause);
|
||||
void XkbSendNewKeyboardNotify(DeviceIntPtr kbd, xkbNewKeyboardNotify *pNKN);
|
||||
|
||||
/* device lookup */
|
||||
int _XkbLookupAnyDevice(DeviceIntPtr *pDev, int id, ClientPtr client,
|
||||
|
|
Loading…
Reference in New Issue