mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
xkb: unexport keymap compile 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:
@@ -193,4 +193,9 @@ XkbSrvLedInfoPtr XkbFindSrvLedInfo(DeviceIntPtr dev, unsigned int class,
|
||||
unsigned int id, unsigned int needed_parts);
|
||||
void XkbFreeSrvLedInfo(XkbSrvLedInfoPtr sli);
|
||||
|
||||
/* keymap compile */
|
||||
XkbDescPtr XkbCompileKeymap(DeviceIntPtr dev, XkbRMLVOSet *rmlvo);
|
||||
XkbDescPtr XkbCompileKeymapFromString(DeviceIntPtr dev, const char *keymap,
|
||||
int keymap_length);
|
||||
|
||||
#endif /* _XSERVER_XKBSRV_PRIV_H_ */
|
||||
|
||||
Reference in New Issue
Block a user