summaryrefslogtreecommitdiff
path: root/libs/surfaces/frontier
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-05-16 19:58:46 +0200
committerRobin Gareus <robin@gareus.org>2014-05-16 19:58:46 +0200
commitf3349a797c98cb86f5106addf431543968241bc3 (patch)
tree6f19775c4b0e3e3bd3cf50db8c3ee75e8843c890 /libs/surfaces/frontier
parent5fba8a2015706becc7e684fa7228de3e95f03515 (diff)
more gettimeofday() -> g_get_monotonic_time()
Diffstat (limited to 'libs/surfaces/frontier')
-rw-r--r--libs/surfaces/frontier/tranzport/tranzport_control_protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaces/frontier/tranzport/tranzport_control_protocol.h b/libs/surfaces/frontier/tranzport/tranzport_control_protocol.h
index da7340182e..63e6ad4201 100644
--- a/libs/surfaces/frontier/tranzport/tranzport_control_protocol.h
+++ b/libs/surfaces/frontier/tranzport/tranzport_control_protocol.h
@@ -154,7 +154,7 @@ class TranzportControlProtocol : public ARDOUR::ControlProtocol
framepos_t last_where;
ARDOUR::gain_t last_track_gain;
uint32_t last_meter_fill;
- struct timeval last_wheel_motion;
+ uint64_t last_wheel_motion;
int last_wheel_dir;
Glib::Mutex io_lock;