diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-08-07 20:47:56 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-08-07 20:47:56 +0200 |
| commit | 301cb7f95a4ca67b42410e65c71ddeefc379cb63 (patch) | |
| tree | 5f32a3180b15eba0a5620ac4b67d8cff6b090acf /src/grail-inserter.h | |
| parent | f6e65676026fa9f3f2664100b68ba2c6da376a24 (diff) | |
Send proper begin/update/end status for gestures
For transient gestures like taps, use update only.
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'src/grail-inserter.h')
| -rw-r--r-- | src/grail-inserter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grail-inserter.h b/src/grail-inserter.h index 08b6d21..04626af 100644 --- a/src/grail-inserter.h +++ b/src/grail-inserter.h | |||
| @@ -62,7 +62,7 @@ void gin_gid_discard(struct grail *ge, int gid); | |||
| 62 | void gin_gid_event(struct grail *ge, int gid, | 62 | void gin_gid_event(struct grail *ge, int gid, |
| 63 | float x, float y, int ntouch, | 63 | float x, float y, int ntouch, |
| 64 | const grail_prop_t *prop, int nprop, | 64 | const grail_prop_t *prop, int nprop, |
| 65 | int status); | 65 | int transient); |
| 66 | void gin_gid_end(struct grail *ge, int gid, | 66 | void gin_gid_end(struct grail *ge, int gid, |
| 67 | float x, float y, int ntouch); | 67 | float x, float y, int ntouch); |
| 68 | 68 | ||
