mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
xkb: unexport XkbMaskForVMask()
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:
@@ -128,6 +128,7 @@ int XkbResizeKeyType(XkbDescPtr xkb, int type_ndx, int map_count,
|
||||
Bool want_preserve, int new_num_lvls);
|
||||
void XkbFreeComponentNames(XkbComponentNamesPtr names, Bool freeNames);
|
||||
void XkbSetActionKeyMods(XkbDescPtr xkb, XkbAction *act, unsigned int mods);
|
||||
unsigned int XkbMaskForVMask(XkbDescPtr xkb, unsigned int vmask);
|
||||
|
||||
|
||||
extern DevPrivateKeyRec xkbDevicePrivateKeyRec;
|
||||
|
||||
Reference in New Issue
Block a user