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 ab86c0f..d8a580f 100644 --- a/src/gestures-tapping.c +++ b/src/gestures-tapping.c | |||
| @@ -84,7 +84,7 @@ int gru_tapping(struct grail *ge, | |||
| 84 | if (state->status != TAP_END || | 84 | if (state->status != TAP_END || |
| 85 | move->time - state->start < TAP_MIN_GAP_MS) | 85 | move->time - state->start < TAP_MIN_GAP_MS) |
| 86 | return 0; | 86 | return 0; |
| 87 | prop[0] = move->time - state->start; | 87 | prop[GRAIL_PROP_TAP_DT] = move->time - state->start; |
| 88 | gin_gid_event(ge, state->gid, | 88 | gin_gid_event(ge, state->gid, |
| 89 | move->fm[FM_X].value, move->fm[FM_Y].value, state->ntouch, | 89 | move->fm[FM_X].value, move->fm[FM_Y].value, state->ntouch, |
| 90 | prop, 1, 1); | 90 | prop, 1, 1); |
