mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
committed by
Enrico Weigelt, metux IT consult .
parent
d5a0610a78
commit
ec30362c6d
@@ -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;
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
#include "dix.h"
|
||||
#include "input.h"
|
||||
#include "privates.h"
|
||||
#include "xkbsrv.h"
|
||||
#include "xkbstr.h"
|
||||
|
||||
@@ -110,4 +111,8 @@ void XkbMergeLockedPtrBtns(DeviceIntPtr master);
|
||||
|
||||
void XkbFakeDeviceButton(DeviceIntPtr dev, int press, int button);
|
||||
|
||||
extern DevPrivateKeyRec xkbDevicePrivateKeyRec;
|
||||
|
||||
#define XKBDEVICEINFO(dev) ((xkbDeviceInfoPtr)dixLookupPrivate(&(dev)->devPrivates, &xkbDevicePrivateKeyRec))
|
||||
|
||||
#endif /* _XSERVER_XKBSRV_PRIV_H_ */
|
||||
|
||||
Reference in New Issue
Block a user