xkb: move _XkbClient* flags into private header
These are only used by xkb internally. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
ed6fb03363
commit
89cf70a31f
|
@ -197,13 +197,6 @@ typedef struct _XkbSrvLedInfo {
|
|||
CARD32 usedComponents;
|
||||
} XkbSrvLedInfoRec, *XkbSrvLedInfoPtr;
|
||||
|
||||
/*
|
||||
* Settings for xkbClientFlags field (used by DIX)
|
||||
* These flags _must_ not overlap with XkbPCF_*
|
||||
*/
|
||||
#define _XkbClientInitialized (1<<7)
|
||||
#define _XkbClientIsAncient (1<<6)
|
||||
|
||||
/*
|
||||
* Settings for flags field
|
||||
*/
|
||||
|
|
|
@ -44,6 +44,13 @@
|
|||
#define XkbSLI_IsDefault (1L<<0)
|
||||
#define XkbSLI_HasOwnState (1L<<1)
|
||||
|
||||
/*
|
||||
* Settings for xkbClientFlags field (used by DIX)
|
||||
* These flags _must_ not overlap with XkbPCF_*
|
||||
*/
|
||||
#define _XkbClientInitialized (1<<7)
|
||||
#define _XkbClientIsAncient (1<<6)
|
||||
|
||||
void xkbUnwrapProc(DeviceIntPtr, DeviceHandleProc, void *);
|
||||
|
||||
void XkbForceUpdateDeviceLEDs(DeviceIntPtr keybd);
|
||||
|
|
Loading…
Reference in New Issue