summaryrefslogtreecommitdiff
path: root/src/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.c')
-rw-r--r--src/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.c b/src/core.c
index 55b62b6..91f6518 100644
--- a/src/core.c
+++ b/src/core.c
@@ -84,7 +84,7 @@ static void solve(struct mtdev_state *state, const struct mtdev_caps *caps,
84 row[i] = dist2(nx[i] - sx[j], ny[i] - sy[j]); 84 row[i] = dist2(nx[i] - sx[j], ny[i] - sy[j]);
85 } 85 }
86 86
87 match_fingers(n2s, A, nn, sn); 87 mtdev_match(n2s, A, nn, sn);
88 88
89 /* update matched contacts and create new ones */ 89 /* update matched contacts and create new ones */
90 foreach_bit(i, touch) { 90 foreach_bit(i, touch) {