diff options
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 | ||
