aboutsummaryrefslogtreecommitdiffstats
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 {
struct HWState {
struct FingerState finger[DIM_FINGER];
- unsigned button;
+ bitmask_t button;
int nfinger;
mstime_t evtime;
int lastid;