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:
committed by
Peter Hutterer
parent
5d62c32981
commit
60a766a96f
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user