diff options
Diffstat (limited to 'src/core.c')
| -rw-r--r-- | src/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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) { |
