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

@@ -51,6 +51,7 @@ static void test_values_XIRawEvent(RawDeviceEvent *in, xXIRawEvent *out,
swapl(&out->time);
swapl(&out->detail);
swaps(&out->valuators_len);
swapl(&out->flags);
}