diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-04-14 15:41:39 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-04-15 06:10:08 +0200 |
| commit | efdb054c4a3263bfe387b45f797a926efeac55d8 (patch) | |
| tree | 09d4b3d06906a12e42dd398761e28c3d78c4bb2b /src/gestures.c | |
| parent | d9bbb8d87508677dda2be8df7e26213774f3166c (diff) | |
Add memory debug convenience routines
Output parsing memory values, switched off by default.
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'src/gestures.c')
| -rw-r--r-- | src/gestures.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gestures.c b/src/gestures.c index 3502255..277e864 100644 --- a/src/gestures.c +++ b/src/gestures.c | |||
| @@ -189,5 +189,8 @@ void extract_gestures(struct Gestures *gs, struct MTouch* mt) | |||
| 189 | extract_buttons(gs, mt); | 189 | extract_buttons(gs, mt); |
| 190 | extract_type(gs, mt); | 190 | extract_type(gs, mt); |
| 191 | mt->prev_state = mt->state; | 191 | mt->prev_state = mt->state; |
| 192 | #if 0 | ||
| 193 | output_memory(&mt->mem); | ||
| 194 | #endif | ||
| 192 | } | 195 | } |
| 193 | 196 | ||
