mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-26 08:15:24 +00:00
(!1799) 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:
@@ -215,10 +215,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 */
|
||||
|
||||
@@ -160,6 +160,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;
|
||||
|
||||
Reference in New Issue
Block a user