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