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>
This commit is contained in:
Daniel Stone
2011-06-09 16:02:47 +01:00
committed by Peter Hutterer
parent 5d62c32981
commit 60a766a96f
3 changed files with 3 additions and 0 deletions

View File

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