diff options
Diffstat (limited to 'include/dixstruct.h')
-rw-r--r-- | include/dixstruct.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/dixstruct.h b/include/dixstruct.h index 4ca061b09..8bafcde0e 100644 --- a/include/dixstruct.h +++ b/include/dixstruct.h @@ -112,13 +112,11 @@ typedef struct _Client { int priority; ClientState clientState; PrivateRec *devPrivates; -#ifdef XKB unsigned short xkbClientFlags; unsigned short mapNotifyMask; unsigned short newKeyboardNotifyMask; unsigned short vMajor,vMinor; KeyCode minKC,maxKC; -#endif #ifdef DEBUG unsigned char requestLog[MAX_REQUEST_LOG]; |