summaryrefslogtreecommitdiff
path: root/include/eventstr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/eventstr.h')
-rw-r--r--include/eventstr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/eventstr.h b/include/eventstr.h
index 049688ca0..0885883a5 100644
--- a/include/eventstr.h
+++ b/include/eventstr.h
@@ -113,6 +113,7 @@ struct _DeviceEvent
Window root; /**< Root window of the event */
int corestate; /**< Core key/button state BEFORE the event */
int key_repeat; /**< Internally-generated key repeat event */
+ uint32_t flags; /**< Flags to be copied into the generated event */
};