xkb: unexport XkbSetExtension
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:
parent
67c1a51217
commit
d0cb2aabf8
|
@ -209,9 +209,6 @@ typedef struct {
|
|||
|
||||
#define Status int
|
||||
|
||||
extern _X_EXPORT void XkbSetExtension(DeviceIntPtr device,
|
||||
ProcessInputProc proc);
|
||||
|
||||
extern _X_EXPORT void XkbFreeCompatMap(XkbDescPtr /* xkb */ ,
|
||||
unsigned int /* which */ ,
|
||||
Bool /* freeMap */
|
||||
|
|
|
@ -114,6 +114,7 @@ void XkbFakeDeviceButton(DeviceIntPtr dev, int press, int button);
|
|||
void XkbUseMsg(void);
|
||||
int XkbProcessArguments(int argc, char **argv, int i);
|
||||
Bool XkbInitPrivates(void);
|
||||
void XkbSetExtension(DeviceIntPtr device, ProcessInputProc proc);
|
||||
|
||||
|
||||
extern DevPrivateKeyRec xkbDevicePrivateKeyRec;
|
||||
|
|
Loading…
Reference in New Issue