mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
(!1799) xkb: unexport XkbChangeKeycodeRange()
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:
@@ -31,7 +31,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
#define XkbKeyTypesForCoreSymbols SrvXkbKeyTypesForCoreSymbols
|
||||
#define XkbApplyCompatMapToKey SrvXkbApplyCompatMapToKey
|
||||
#define XkbFreeKeyboard SrvXkbFreeKeyboard
|
||||
#define XkbChangeKeycodeRange SrvXkbChangeKeycodeRange
|
||||
#define XkbApplyVirtualModChanges SrvXkbApplyVirtualModChanges
|
||||
|
||||
#include <X11/Xdefs.h>
|
||||
@@ -230,12 +229,6 @@ extern _X_EXPORT void XkbFreeRMLVOSet(XkbRMLVOSet * /* rmlvo */ ,
|
||||
Bool /* freeRMLVO */
|
||||
);
|
||||
|
||||
extern _X_EXPORT Status XkbChangeKeycodeRange(XkbDescPtr /* xkb */ ,
|
||||
int /* minKC */ ,
|
||||
int /* maxKC */ ,
|
||||
XkbChangesPtr /* changes */
|
||||
);
|
||||
|
||||
extern _X_EXPORT void XkbFreeInfo(XkbSrvInfoPtr /* xkbi */
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user