diff options
Diffstat (limited to 'include/mtstate.h')
| -rw-r--r-- | include/mtstate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mtstate.h b/include/mtstate.h index b5f5dd1..b6b8e8d 100644 --- a/include/mtstate.h +++ b/include/mtstate.h | |||
| @@ -32,7 +32,7 @@ struct MTFinger { | |||
| 32 | struct MTState { | 32 | struct MTState { |
| 33 | struct MTFinger finger[DIM_FINGER]; | 33 | struct MTFinger finger[DIM_FINGER]; |
| 34 | int nfinger; | 34 | int nfinger; |
| 35 | unsigned button; | 35 | bitmask_t button; |
| 36 | mstime_t evtime; | 36 | mstime_t evtime; |
| 37 | }; | 37 | }; |
| 38 | 38 | ||
