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
@@ -667,6 +667,7 @@ eventToRawEvent(RawDeviceEvent *ev, xEvent **xi)
|
||||
raw->detail = ev->detail.button;
|
||||
raw->deviceid = ev->deviceid;
|
||||
raw->valuators_len = vallen;
|
||||
raw->flags = ev->flags;
|
||||
|
||||
ptr = (char*)&raw[1];
|
||||
axisval = (FP3232*)(ptr + raw->valuators_len * 4);
|
||||
|
||||
Reference in New Issue
Block a user