diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-05-11 13:46:53 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-05-11 13:46:53 +1000 |
commit | e9dfa4015520abd49779e96e7d54da763a54484b (patch) | |
tree | 1122f6f17e03f5ca7d9e18d991d87ca1a9be9f37 /XI2proto.h | |
parent | a47a2b50845499e3f9144739db5644952faf8ea2 (diff) |
XI2proto.h: s/uint32_t/Time/ where appropriate
Diffstat (limited to 'XI2proto.h')
-rw-r--r-- | XI2proto.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 */ |