summaryrefslogtreecommitdiff
path: root/src/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/state.h')
-rw-r--r--src/state.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/state.h b/src/state.h
index 7bf4438..65ae581 100644
--- a/src/state.h
+++ b/src/state.h
@@ -15,8 +15,9 @@ struct FingerState {
15 15
16struct State { 16struct State {
17 struct FingerState finger[DIM_FINGER]; 17 struct FingerState finger[DIM_FINGER];
18 int button[DIM_BUTTON]; 18 button_t button;
19 int nfinger, lastid; 19 int nfinger;
20 int nextid;
20}; 21};
21 22
22//////////////////////////////////////////////////////// 23////////////////////////////////////////////////////////