diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/events.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/events.h b/include/events.h index f6405c5c2..d34637eba 100644 --- a/include/events.h +++ b/include/events.h @@ -101,11 +101,13 @@ typedef struct uint32_t base; /**< XKB base modifiers */ uint32_t latched; /**< XKB latched modifiers */ uint32_t locked; /**< XKB locked modifiers */ + uint32_t effective;/**< XKB effective modifiers */ } mods; struct { uint8_t base; /**< XKB base group */ uint8_t latched; /**< XKB latched group */ uint8_t locked; /**< XKB locked group */ + uint8_t effective;/**< XKB effective group */ } group; Window root; /**< Root window of the event */ int corestate; /**< Core key/button state BEFORE the event */ |