diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-09-21 10:18:09 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-09-21 12:56:17 +0200 |
| commit | d638d408615427196b031692f8fd14a83a790d30 (patch) | |
| tree | 60c9f9c75604b8dc53ebe2015e3c492858b97311 /src/grail-impl.h | |
| parent | cd1812c4d8bca7ffc0c27fc16561c40a935ab6c2 (diff) | |
bug: Only report position change events
This bug was introduced in v1.0.11. Only report events when
the pointer position is actually changing.
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'src/grail-impl.h')
| -rw-r--r-- | src/grail-impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/grail-impl.h b/src/grail-impl.h index 66fe4c7..af84a6c 100644 --- a/src/grail-impl.h +++ b/src/grail-impl.h | |||
| @@ -32,6 +32,7 @@ struct grail_impl { | |||
| 32 | int filter_abs; | 32 | int filter_abs; |
| 33 | int pointer_status; | 33 | int pointer_status; |
| 34 | int pointer_x, pointer_y; | 34 | int pointer_x, pointer_y; |
| 35 | int report_x, report_y; | ||
| 35 | }; | 36 | }; |
| 36 | 37 | ||
| 37 | #endif | 38 | #endif |
