mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
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:
@@ -197,11 +197,6 @@ typedef struct _XkbSrvLedInfo {
|
||||
CARD32 usedComponents;
|
||||
} XkbSrvLedInfoRec, *XkbSrvLedInfoPtr;
|
||||
|
||||
/*
|
||||
* Settings for flags field
|
||||
*/
|
||||
#define _XkbStateNotifyInProgress (1<<0)
|
||||
|
||||
typedef struct {
|
||||
ProcessInputProc processInputProc;
|
||||
/* If processInputProc is set to something different than realInputProc,
|
||||
|
||||
@@ -51,6 +51,11 @@
|
||||
#define _XkbClientInitialized (1<<7)
|
||||
#define _XkbClientIsAncient (1<<6)
|
||||
|
||||
/*
|
||||
* Settings for flags field
|
||||
*/
|
||||
#define _XkbStateNotifyInProgress (1<<0)
|
||||
|
||||
void xkbUnwrapProc(DeviceIntPtr, DeviceHandleProc, void *);
|
||||
|
||||
void XkbForceUpdateDeviceLEDs(DeviceIntPtr keybd);
|
||||
|
||||
Reference in New Issue
Block a user