summaryrefslogtreecommitdiff
path: root/src/mtouch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mtouch.c')
-rw-r--r--src/mtouch.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mtouch.c b/src/mtouch.c
index 44b4376..ad077b7 100644
--- a/src/mtouch.c
+++ b/src/mtouch.c
@@ -66,4 +66,8 @@ void parse_event(struct MTouch *mt)
66#if 0 66#if 0
67 output_mtstate(&mt->state); 67 output_mtstate(&mt->state);
68#endif 68#endif
69 refresh_memory(&mt->mem, &mt->prev_state, &mt->state, &mt->caps);
70#if 0
71 output_memory(&mt->mem);
72#endif
69} 73}