aboutsummaryrefslogtreecommitdiffstats
path: root/src/state.h
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2008-11-06 23:01:41 +0100
committerHenrik Rydberg <rydberg@euromail.se>2008-11-06 23:01:41 +0100
commitd44b4794c679141a08fd802475bb542ecf5b7c51 (patch)
tree74251970cfbcc58d0252366be6e5e668149b8a48 /src/state.h
parent63de72d8d810e3692c96c7385b497bb4d68ef54a (diff)
downloadxorg-input-kobomultitouch-d44b4794c679141a08fd802475bb542ecf5b7c51.tar.gz
xorg-input-kobomultitouch-d44b4794c679141a08fd802475bb542ecf5b7c51.tar.bz2
xorg-input-kobomultitouch-d44b4794c679141a08fd802475bb542ecf5b7c51.zip
ok, fast (but not fastest) matcher in place, no check output...
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
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 {
struct State {
struct FingerState finger[DIM_FINGER];
- int nfinger, button[DIM_BUTTON];
+ int button[DIM_BUTTON];
+ int nfinger, lastid;
};
////////////////////////////////////////////////////////