(!1799) xkb: unexport XKBDEVICEINFO() and xkbDevicePrivateKeyRec

These aren't used by any drivers/modules, so no need to keep 'em exported.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-04-03 16:21:23 +02:00
parent 90a69d977d
commit 53330fe6b6
2 changed files with 5 additions and 6 deletions

View File

@@ -211,12 +211,6 @@ typedef struct {
DeviceUnwrapProc unwrapProc;
} xkbDeviceInfoRec, *xkbDeviceInfoPtr;
extern _X_EXPORT DevPrivateKeyRec xkbDevicePrivateKeyRec;
#define xkbDevicePrivateKey (&xkbDevicePrivateKeyRec)
#define XKBDEVICEINFO(dev) ((xkbDeviceInfoPtr)dixLookupPrivate(&(dev)->devPrivates, xkbDevicePrivateKey))
/***====================================================================***/
extern _X_EXPORT int XkbReqCode;