From d44b4794c679141a08fd802475bb542ecf5b7c51 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Thu, 6 Nov 2008 23:01:41 +0100 Subject: ok, fast (but not fastest) matcher in place, no check output... Signed-off-by: Henrik Rydberg --- src/state.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/state.h') 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 { struct State { struct FingerState finger[DIM_FINGER]; - int nfinger, button[DIM_BUTTON]; + int button[DIM_BUTTON]; + int nfinger, lastid; }; //////////////////////////////////////////////////////// -- cgit v1.2.3