mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
(!1799) xkb: unexport XkbIndicatorsToUpdate()
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:
@@ -213,12 +213,6 @@ extern _X_EXPORT void XkbApplyMappingChange(DeviceIntPtr /* pXDev */ ,
|
||||
ClientPtr /* client */
|
||||
);
|
||||
|
||||
extern _X_EXPORT unsigned int XkbIndicatorsToUpdate(DeviceIntPtr /* dev */ ,
|
||||
unsigned long
|
||||
/* state_changes */ ,
|
||||
Bool /* enabled_ctrl_changes */
|
||||
);
|
||||
|
||||
extern _X_EXPORT void XkbComputeDerivedState(XkbSrvInfoPtr /* xkbi */
|
||||
);
|
||||
|
||||
|
||||
@@ -143,6 +143,8 @@ void XkbSetIndicators(DeviceIntPtr pXDev, CARD32 affect, CARD32 values,
|
||||
void XkbUpdateIndicators(DeviceIntPtr keybd, CARD32 changed, Bool check_edevs,
|
||||
XkbChangesPtr pChanges, XkbEventCausePtr cause);
|
||||
void XkbUpdateAllDeviceIndicators(XkbChangesPtr changes, XkbEventCausePtr cause);
|
||||
unsigned int XkbIndicatorsToUpdate(DeviceIntPtr dev, unsigned long state_changes,
|
||||
Bool enabled_ctrl_changes);
|
||||
|
||||
|
||||
extern DevPrivateKeyRec xkbDevicePrivateKeyRec;
|
||||
|
||||
Reference in New Issue
Block a user