From 0587ab0488c46b61d175793f2deedc3a7aa9b600 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Sun, 21 Mar 2010 14:54:15 +0100 Subject: Add millisecond event times Expand the (x, y) notion of the current hardware events to the more useful (x, y, t) notion. This patch was inspired by a gesture patch from Arturo Castro . Signed-off-by: Henrik Rydberg --- src/state.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/state.h') diff --git a/src/state.h b/src/state.h index 340803a..2c2d2b7 100644 --- a/src/state.h +++ b/src/state.h @@ -35,6 +35,7 @@ struct State { struct FingerState finger[DIM_FINGER]; unsigned button; int nfinger; + mstime_t evtime; int lastid; }; -- cgit v1.2.3