diff options
Diffstat (limited to 'src/gestures-tapping.c')
| -rw-r--r-- | src/gestures-tapping.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gestures-tapping.c b/src/gestures-tapping.c index 24ddf1a..656d6e9 100644 --- a/src/gestures-tapping.c +++ b/src/gestures-tapping.c | |||
| @@ -89,7 +89,7 @@ int gru_tapping(struct grail *ge, | |||
| 89 | } | 89 | } |
| 90 | if (!move->ntouch) | 90 | if (!move->ntouch) |
| 91 | return 0; | 91 | return 0; |
| 92 | set_props(ge->gin, state, move, frame); | 92 | state->prop[GRAIL_PROP_TAP_DT] = move->time - state->start; |
| 93 | if ((move->active & fm_mask) || | 93 | if ((move->active & fm_mask) || |
| 94 | move->time - state->start > move->fm[FM_X].bar_ms) { | 94 | move->time - state->start > move->fm[FM_X].bar_ms) { |
| 95 | gin_gid_discard(ge, state->gid); | 95 | gin_gid_discard(ge, state->gid); |
