xkb: move _XkbStateNotifyInProgress define into private header
It's only used in xkb internally. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
89cf70a31f
commit
2d22dea09b
|
@ -197,11 +197,6 @@ typedef struct _XkbSrvLedInfo {
|
||||||
CARD32 usedComponents;
|
CARD32 usedComponents;
|
||||||
} XkbSrvLedInfoRec, *XkbSrvLedInfoPtr;
|
} XkbSrvLedInfoRec, *XkbSrvLedInfoPtr;
|
||||||
|
|
||||||
/*
|
|
||||||
* Settings for flags field
|
|
||||||
*/
|
|
||||||
#define _XkbStateNotifyInProgress (1<<0)
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
ProcessInputProc processInputProc;
|
ProcessInputProc processInputProc;
|
||||||
/* If processInputProc is set to something different than realInputProc,
|
/* If processInputProc is set to something different than realInputProc,
|
||||||
|
|
|
@ -51,6 +51,11 @@
|
||||||
#define _XkbClientInitialized (1<<7)
|
#define _XkbClientInitialized (1<<7)
|
||||||
#define _XkbClientIsAncient (1<<6)
|
#define _XkbClientIsAncient (1<<6)
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Settings for flags field
|
||||||
|
*/
|
||||||
|
#define _XkbStateNotifyInProgress (1<<0)
|
||||||
|
|
||||||
void xkbUnwrapProc(DeviceIntPtr, DeviceHandleProc, void *);
|
void xkbUnwrapProc(DeviceIntPtr, DeviceHandleProc, void *);
|
||||||
|
|
||||||
void XkbForceUpdateDeviceLEDs(DeviceIntPtr keybd);
|
void XkbForceUpdateDeviceLEDs(DeviceIntPtr keybd);
|
||||||
|
|
Loading…
Reference in New Issue