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:
Enrico Weigelt, metux IT consult 2024-04-03 16:17:43 +02:00
parent 89cf70a31f
commit 2d22dea09b
2 changed files with 5 additions and 5 deletions

View File

@ -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,

View File

@ -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);