diff options
Diffstat (limited to 'src/state.h')
| -rw-r--r-- | src/state.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { | |||
| 35 | struct FingerState finger[DIM_FINGER]; | 35 | struct FingerState finger[DIM_FINGER]; |
| 36 | unsigned button; | 36 | unsigned button; |
| 37 | int nfinger; | 37 | int nfinger; |
| 38 | mstime_t evtime; | ||
| 38 | int lastid; | 39 | int lastid; |
| 39 | }; | 40 | }; |
| 40 | 41 | ||
