diff options
| author | Henrik Rydberg <rydberg@bitmath.org> | 2010-08-04 22:06:54 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-08-05 22:48:38 +0200 |
| commit | 88dada465e0fad35b5a535a042e0a93046ffff7c (patch) | |
| tree | c191b61c7b55fb5cfb08b8baae6bc11a25062ca6 /src/grail-inserter.h | |
| parent | 697b5b5c7d2b1c46387061fcbed24cbee51d98ce (diff) | |
Cleanup tapping and gesture code
Improved tapping quality with this patch.
Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>
Diffstat (limited to 'src/grail-inserter.h')
| -rw-r--r-- | src/grail-inserter.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/grail-inserter.h b/src/grail-inserter.h index c76c0e0..3ffacec 100644 --- a/src/grail-inserter.h +++ b/src/grail-inserter.h | |||
| @@ -57,7 +57,8 @@ void gin_frame_end(struct grail *ge, grail_mask_t *filtered, int max_filtered, | |||
| 57 | 57 | ||
| 58 | int gin_gid_begin_select(struct grail *ge, int type, int priority, | 58 | int gin_gid_begin_select(struct grail *ge, int type, int priority, |
| 59 | const grail_mask_t *span, int nspan); | 59 | const grail_mask_t *span, int nspan); |
| 60 | int gin_gid_begin(struct grail *ge, int type, const struct touch_frame *frame); | 60 | int gin_gid_begin(struct grail *ge, int type, int priority, |
| 61 | const struct touch_frame *frame); | ||
| 61 | void gin_gid_discard(struct grail *ge, int gid); | 62 | void gin_gid_discard(struct grail *ge, int gid); |
| 62 | 63 | ||
| 63 | void gin_gid_event(struct grail *ge, int gid, | 64 | void gin_gid_event(struct grail *ge, int gid, |
