xkb: unexport xkbDevicePrivateKey and xkbUnwrapProc.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
6850ea8fb9
commit
f818f22236
|
@ -275,10 +275,10 @@ typedef struct
|
||||||
device->public.realInputProc = oldprocs->realInputProc; \
|
device->public.realInputProc = oldprocs->realInputProc; \
|
||||||
device->unwrapProc = oldprocs->unwrapProc;
|
device->unwrapProc = oldprocs->unwrapProc;
|
||||||
|
|
||||||
extern _X_EXPORT DevPrivateKey xkbDevicePrivateKey;
|
extern DevPrivateKey xkbDevicePrivateKey;
|
||||||
#define XKBDEVICEINFO(dev) ((xkbDeviceInfoPtr)dixLookupPrivate(&(dev)->devPrivates, xkbDevicePrivateKey))
|
#define XKBDEVICEINFO(dev) ((xkbDeviceInfoPtr)dixLookupPrivate(&(dev)->devPrivates, xkbDevicePrivateKey))
|
||||||
|
|
||||||
extern _X_EXPORT void xkbUnwrapProc(DeviceIntPtr, DeviceHandleProc, pointer);
|
extern void xkbUnwrapProc(DeviceIntPtr, DeviceHandleProc, pointer);
|
||||||
|
|
||||||
/***====================================================================***/
|
/***====================================================================***/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue