diff options
Diffstat (limited to 'src/mtstate.c')
| -rw-r--r-- | src/mtstate.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mtstate.c b/src/mtstate.c index 771048d..e24a1e8 100644 --- a/src/mtstate.c +++ b/src/mtstate.c | |||
| @@ -76,6 +76,7 @@ void extract_mtstate(struct MTState *s, | |||
| 76 | { | 76 | { |
| 77 | int i; | 77 | int i; |
| 78 | s->nfinger = 0; | 78 | s->nfinger = 0; |
| 79 | s->thumb = 0; | ||
| 79 | foreach_bit(i, hs->used) { | 80 | foreach_bit(i, hs->used) { |
| 80 | if (!touching_finger(&hs->data[i], caps)) | 81 | if (!touching_finger(&hs->data[i], caps)) |
| 81 | continue; | 82 | continue; |
