mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
xkb: unexport key latch functions
These aren't used by drivers, so no need to keep them exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -142,4 +142,10 @@ XkbInterestPtr XkbFindClientResource(DevicePtr inDev, ClientPtr client);
|
||||
XkbInterestPtr XkbAddClientResource(DevicePtr inDev, ClientPtr client, XID id);
|
||||
int XkbRemoveResourceClient(DevicePtr inDev, XID id);
|
||||
|
||||
/* key latching */
|
||||
int XkbLatchModifiers(DeviceIntPtr pXDev, CARD8 mask, CARD8 latches);
|
||||
int XkbLatchGroup(DeviceIntPtr pXDev, int group);
|
||||
void XkbClearAllLatchesAndLocks(DeviceIntPtr dev, XkbSrvInfoPtr xkbi,
|
||||
Bool genEv, XkbEventCausePtr cause);
|
||||
|
||||
#endif /* _XSERVER_XKBSRV_PRIV_H_ */
|
||||
|
||||
Reference in New Issue
Block a user