include: fix comment
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
b51a1bd276
commit
b34cffd27b
|
@ -130,7 +130,7 @@ struct _DeviceEvent {
|
||||||
*/
|
*/
|
||||||
struct _TouchOwnershipEvent {
|
struct _TouchOwnershipEvent {
|
||||||
unsigned char header; /**< Always ET_Internal */
|
unsigned char header; /**< Always ET_Internal */
|
||||||
enum EventType type; /**< One of EventType */
|
enum EventType type; /**< ET_TouchOwnership */
|
||||||
int length; /**< Length in bytes */
|
int length; /**< Length in bytes */
|
||||||
Time time; /**< Time in ms */
|
Time time; /**< Time in ms */
|
||||||
int deviceid; /**< Device to post this event for */
|
int deviceid; /**< Device to post this event for */
|
||||||
|
|
Loading…
Reference in New Issue