summaryrefslogtreecommitdiff
path: root/src/state.h
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2008-11-08 16:01:51 +0100
committerHenrik Rydberg <rydberg@euromail.se>2008-11-08 16:01:51 +0100
commit809b43cb3bac52ad87228a458dcd3dbf11180c97 (patch)
treeffc51f2d9fa6a76e85170bb0ac1279931e722a4c /src/state.h
parent9f6a75a35de8d05a8ae2e8b5d5cd10d960d4de4b (diff)
cleanup
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
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////////////////////////////////////////////////////////