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.c | |
| 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.c')
| -rw-r--r-- | src/grail-inserter.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/grail-inserter.c b/src/grail-inserter.c index 4bf78d3..724052c 100644 --- a/src/grail-inserter.c +++ b/src/grail-inserter.c | |||
| @@ -216,9 +216,10 @@ int gin_gid_begin_select(struct grail *ge, int type, int priority, | |||
| 216 | return s->id; | 216 | return s->id; |
| 217 | } | 217 | } |
| 218 | 218 | ||
| 219 | int gin_gid_begin(struct grail *ge, int type, const struct touch_frame *frame) | 219 | int gin_gid_begin(struct grail *ge, int type, int priority, |
| 220 | const struct touch_frame *frame) | ||
| 220 | { | 221 | { |
| 221 | return gin_gid_begin_select(ge, type, 1, | 222 | return gin_gid_begin_select(ge, type, priority, |
| 222 | frame->touches, sizeof(frame->touches)); | 223 | frame->touches, sizeof(frame->touches)); |
| 223 | } | 224 | } |
| 224 | 225 | ||
