diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2010-01-15 15:32:19 +1000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-01-25 09:36:41 +1300 |
commit | f818f222362c93bcc859d997d96d8f3b447729f4 (patch) | |
tree | 21d349a45d700b70f90bc6da2c8287ee7862a72d /include | |
parent | 6850ea8fb95417db9ce3a70fc17f90d6fdea1389 (diff) |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/xkbsrv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xkbsrv.h b/include/xkbsrv.h index b427c60bd..c309465f1 100644 --- a/include/xkbsrv.h +++ b/include/xkbsrv.h @@ -275,10 +275,10 @@ typedef struct device->public.realInputProc = oldprocs->realInputProc; \ device->unwrapProc = oldprocs->unwrapProc; -extern _X_EXPORT DevPrivateKey xkbDevicePrivateKey; +extern DevPrivateKey xkbDevicePrivateKey; #define XKBDEVICEINFO(dev) ((xkbDeviceInfoPtr)dixLookupPrivate(&(dev)->devPrivates, xkbDevicePrivateKey)) -extern _X_EXPORT void xkbUnwrapProc(DeviceIntPtr, DeviceHandleProc, pointer); +extern void xkbUnwrapProc(DeviceIntPtr, DeviceHandleProc, pointer); /***====================================================================***/ |