summaryrefslogtreecommitdiff
path: root/src/multitouch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/multitouch.c')
-rw-r--r--src/multitouch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multitouch.c b/src/multitouch.c
index f6e3d05..21f3e1e 100644
--- a/src/multitouch.c
+++ b/src/multitouch.c
@@ -82,7 +82,7 @@ static void read_input(LocalDevicePtr local)
82 if (local->fd >= 0) { 82 if (local->fd >= 0) {
83 while (read_synchronized_event(mt, local->fd)) { 83 while (read_synchronized_event(mt, local->fd)) {
84 modify_state(&mt->ns, &mt->hw); 84 modify_state(&mt->ns, &mt->hw);
85 // and something in between here 85 output_state(&mt->ns);
86 mt->os = mt->ns; 86 mt->os = mt->ns;
87 } 87 }
88 } 88 }