mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
xkb: unexport led functions
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:
@@ -344,41 +344,6 @@ extern _X_EXPORT void XkbUpdateAllDeviceIndicators(XkbChangesPtr /* changes */,
|
||||
XkbEventCausePtr /* cause */
|
||||
);
|
||||
|
||||
extern _X_EXPORT void XkbApplyLedNameChanges(DeviceIntPtr /* dev */ ,
|
||||
XkbSrvLedInfoPtr /* sli */ ,
|
||||
unsigned int /* changed_names */ ,
|
||||
xkbExtensionDeviceNotify * /* ed */
|
||||
,
|
||||
XkbChangesPtr /* changes */ ,
|
||||
XkbEventCausePtr /* cause */
|
||||
);
|
||||
|
||||
extern _X_EXPORT void XkbApplyLedMapChanges(DeviceIntPtr /* dev */ ,
|
||||
XkbSrvLedInfoPtr /* sli */ ,
|
||||
unsigned int /* changed_maps */ ,
|
||||
xkbExtensionDeviceNotify * /* ed */
|
||||
,
|
||||
XkbChangesPtr /* changes */ ,
|
||||
XkbEventCausePtr /* cause */
|
||||
);
|
||||
|
||||
extern _X_EXPORT void XkbApplyLedStateChanges(DeviceIntPtr /* dev */ ,
|
||||
XkbSrvLedInfoPtr /* sli */ ,
|
||||
unsigned int /* changed_leds */ ,
|
||||
xkbExtensionDeviceNotify *
|
||||
/* ed */ ,
|
||||
XkbChangesPtr /* changes */ ,
|
||||
XkbEventCausePtr /* cause */
|
||||
);
|
||||
|
||||
extern _X_EXPORT void XkbFlushLedEvents(DeviceIntPtr /* dev */ ,
|
||||
DeviceIntPtr /* kbd */ ,
|
||||
XkbSrvLedInfoPtr /* sli */ ,
|
||||
xkbExtensionDeviceNotify * /* ed */ ,
|
||||
XkbChangesPtr /* changes */ ,
|
||||
XkbEventCausePtr /* cause */
|
||||
);
|
||||
|
||||
extern _X_EXPORT unsigned int XkbIndicatorsToUpdate(DeviceIntPtr /* dev */ ,
|
||||
unsigned long
|
||||
/* state_changes */ ,
|
||||
|
||||
Reference in New Issue
Block a user