diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-04-10 23:03:46 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-04-15 06:10:07 +0200 |
| commit | 999b7a48332be1a1948bc8cb2150376df9ef35ac (patch) | |
| tree | 4957f9e34f70cafd1a588c7537ce599fd812a455 /src | |
| parent | 963d6f71bb64125603d59c8bb70eaeec38c6fd72 (diff) | |
Add MTState debug output
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'src')
| -rw-r--r-- | src/mtouch.c | 3 |
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 | } |
