diff options
| author | Chase Douglas <chase.douglas@canonical.com> | 2011-02-14 16:33:32 +0100 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2011-03-14 12:55:19 +0100 |
| commit | cc2d67d0f9c6381080de1d666bccfb4b99221113 (patch) | |
| tree | 2a5a487bccd5e0e2bcddddabc9f2f2b24f6460e8 /src/grail-impl.h | |
| parent | cc789849bf165a19aa3a8b3270c9c2259e2d368c (diff) | |
Remove pointer emulation
With the assumption that X will be handle to handle the gesture
cases correctly, remove the pointer emulation
Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'src/grail-impl.h')
| -rw-r--r-- | src/grail-impl.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/grail-impl.h b/src/grail-impl.h index dcbaedd..595f0fb 100644 --- a/src/grail-impl.h +++ b/src/grail-impl.h | |||
| @@ -41,14 +41,7 @@ struct grail_impl { | |||
| 41 | const struct utouch_frame *frame; | 41 | const struct utouch_frame *frame; |
| 42 | struct evbuf evbuf; | 42 | struct evbuf evbuf; |
| 43 | struct grailbuf gbuf; | 43 | struct grailbuf gbuf; |
| 44 | float emin_x, emin_y; | ||
| 45 | float emax_x, emax_y; | ||
| 46 | int filter_abs; | 44 | int filter_abs; |
| 47 | int pointer_status; | ||
| 48 | int pointer_x, pointer_y; | ||
| 49 | int report_status; | ||
| 50 | int report_x, report_y; | ||
| 51 | struct timeval report_time; | ||
| 52 | }; | 45 | }; |
| 53 | 46 | ||
| 54 | #endif | 47 | #endif |
