(!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:
		
							parent
							
								
									6b611ac5d1
								
							
						
					
					
						commit
						c5e8145aac
					
				|  | @ -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