summaryrefslogtreecommitdiff
path: root/include/hwstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hwstate.h')
-rw-r--r--include/hwstate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hwstate.h b/include/hwstate.h
index 76ed016..07d4ed6 100644
--- a/include/hwstate.h
+++ b/include/hwstate.h
@@ -33,7 +33,7 @@ struct FingerState {
33 33
34struct HWState { 34struct HWState {
35 struct FingerState finger[DIM_FINGER]; 35 struct FingerState finger[DIM_FINGER];
36 unsigned button; 36 bitmask_t button;
37 int nfinger; 37 int nfinger;
38 mstime_t evtime; 38 mstime_t evtime;
39 int lastid; 39 int lastid;