summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mtouch.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mtouch.c b/src/mtouch.c
index e47d69d..f5acd71 100644
--- a/src/mtouch.c
+++ b/src/mtouch.c
@@ -62,4 +62,7 @@ void parse_event(struct MTouch *mt)
62{ 62{
63 modify_hwstate(&mt->hs, &mt->hw, &mt->caps); 63 modify_hwstate(&mt->hs, &mt->hw, &mt->caps);
64 extract_mtstate(&mt->state, &mt->hs, &mt->caps); 64 extract_mtstate(&mt->state, &mt->hs, &mt->caps);
65#if 0
66 output_mtstate(&mt->state);
67#endif
65} 68}