diff options
author | Daniel Stone <daniel@fooishbar.org> | 2011-06-09 16:02:47 +0100 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-09-29 12:23:51 +1000 |
commit | 60a766a96f9ec97adf6d0273f70ec23f313a11c6 (patch) | |
tree | 99a9aaaa760ca40acd575a9454080d5b35b69fb1 /include/eventstr.h | |
parent | 5d62c32981dbe9630bed32567b55008b536c81c5 (diff) |
Input: Add flags to RawDeviceEvent
Add a flags member which will be copied wholesale into the resultant
xXIRawEvent.
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'include/eventstr.h')
-rw-r--r-- | include/eventstr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/eventstr.h b/include/eventstr.h index 0885883a5..ecaeddcb6 100644 --- a/include/eventstr.h +++ b/include/eventstr.h @@ -204,6 +204,7 @@ struct _RawDeviceEvent int32_t data_raw[MAX_VALUATORS]; /**< Valuator data as posted */ int32_t data_raw_frac[MAX_VALUATORS];/**< Fractional part for data_raw */ } valuators; + uint32_t flags; /**< Flags to be copied into the generated event */ }; #ifdef XQUARTZ |