xkb: unexport XkbDisableComputedAutoRepeats()
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
3b30c23631
commit
ff031fdb0c
|
@ -218,10 +218,6 @@ extern _X_EXPORT void XkbDDXChangeControls(DeviceIntPtr /* dev */ ,
|
|||
XkbControlsPtr /* new */
|
||||
);
|
||||
|
||||
extern _X_EXPORT void XkbDisableComputedAutoRepeats(DeviceIntPtr /* pXDev */ ,
|
||||
unsigned int /* key */
|
||||
);
|
||||
|
||||
extern _X_EXPORT void XkbSetRepeatKeys(DeviceIntPtr /* pXDev */ ,
|
||||
int /* key */ ,
|
||||
int /* onoff */
|
||||
|
|
|
@ -159,6 +159,7 @@ void XkbProcessKeyboardEvent(DeviceEvent *event, DeviceIntPtr keybd);
|
|||
Bool XkbEnableDisableControls(XkbSrvInfoPtr xkbi, unsigned long change,
|
||||
unsigned long newValues, XkbChangesPtr changes,
|
||||
XkbEventCausePtr cause);
|
||||
void XkbDisableComputedAutoRepeats(DeviceIntPtr pXDev, unsigned int key);
|
||||
|
||||
|
||||
extern DevPrivateKeyRec xkbDevicePrivateKeyRec;
|
||||
|
|
Loading…
Reference in New Issue