mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
xkb: unexport AccessX* functions
These aren't used by any drivers, so no need to keep them exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -123,4 +123,13 @@ extern const char *XkbBaseDirectory;
|
||||
extern const char *XkbBinDirectory;
|
||||
extern CARD32 xkbDebugFlags;
|
||||
|
||||
/* AccessX functions */
|
||||
void XkbSendAccessXNotify(DeviceIntPtr kbd, xkbAccessXNotify *pEv);
|
||||
void AccessXInit(DeviceIntPtr dev);
|
||||
Bool AccessXFilterPressEvent(DeviceEvent *event, DeviceIntPtr keybd);
|
||||
Bool AccessXFilterReleaseEvent(DeviceEvent *event, DeviceIntPtr keybd);
|
||||
void AccessXCancelRepeatKey(XkbSrvInfoPtr xkbi, KeyCode key);
|
||||
void AccessXComputeCurveFactor(XkbSrvInfoPtr xkbi, XkbControlsPtr ctrls);
|
||||
int XkbDDXAccessXBeep(DeviceIntPtr dev, unsigned int what, unsigned int which);
|
||||
|
||||
#endif /* _XSERVER_XKBSRV_PRIV_H_ */
|
||||
|
||||
Reference in New Issue
Block a user