summaryrefslogtreecommitdiff
path: root/XI2proto.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-05-11 13:46:53 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-05-11 13:46:53 +1000
commite9dfa4015520abd49779e96e7d54da763a54484b (patch)
tree1122f6f17e03f5ca7d9e18d991d87ca1a9be9f37 /XI2proto.h
parenta47a2b50845499e3f9144739db5644952faf8ea2 (diff)
XI2proto.h: s/uint32_t/Time/ where appropriate
Diffstat (limited to 'XI2proto.h')
-rw-r--r--XI2proto.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/XI2proto.h b/XI2proto.h
index 14e75a7..c90ada0 100644
--- a/XI2proto.h
+++ b/XI2proto.h
@@ -741,7 +741,7 @@ typedef struct
uint32_t length;
uint16_t evtype;
uint16_t deviceid;
- uint32_t time;
+ Time time;
} xXIGenericDeviceEvent;
/***********************************************************
@@ -765,7 +765,7 @@ typedef struct
uint32_t length;
uint16_t evtype; /* XI_Hierarchy */
uint16_t deviceid;
- uint32_t time;
+ Time time;
uint32_t flags; /* MasterAdded, MasterDeleted,
SlaveAttached, SlaveDetached,
SlaveAdded, SlaveRemoved,
@@ -789,7 +789,7 @@ typedef struct
uint32_t length;
uint16_t evtype; /* XI_DeviceChanged */
uint16_t deviceid; /* id of master */
- uint32_t time;
+ Time time;
uint16_t num_classes; /* classes that have changed */
uint16_t sourceid; /* Source for the new classes*/
uint8_t reason; /* SlaveSwitch, DeviceChange */