diff options
Diffstat (limited to 'src/grail-api.c')
| -rw-r--r-- | src/grail-api.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/grail-api.c b/src/grail-api.c index afd97b9..f55ac1f 100644 --- a/src/grail-api.c +++ b/src/grail-api.c | |||
| @@ -22,21 +22,13 @@ | |||
| 22 | 22 | ||
| 23 | #include "grail-inserter.h" | 23 | #include "grail-inserter.h" |
| 24 | #include "grail-recognizer.h" | 24 | #include "grail-recognizer.h" |
| 25 | #include <grail.h> | 25 | #include "grail-impl.h" |
| 26 | #include <string.h> | 26 | #include <string.h> |
| 27 | #include <stdio.h> | 27 | #include <stdio.h> |
| 28 | #include <unistd.h> | 28 | #include <unistd.h> |
| 29 | #include <fcntl.h> | 29 | #include <fcntl.h> |
| 30 | #include <malloc.h> | 30 | #include <malloc.h> |
| 31 | #include <errno.h> | 31 | #include <errno.h> |
| 32 | #include "evbuf.h" | ||
| 33 | |||
| 34 | struct grail_impl { | ||
| 35 | struct touch_dev dev; | ||
| 36 | struct evbuf evbuf; | ||
| 37 | int filter_abs; | ||
| 38 | int hack_status; | ||
| 39 | }; | ||
| 40 | 32 | ||
| 41 | static void tp_event(struct touch_dev *dev, | 33 | static void tp_event(struct touch_dev *dev, |
| 42 | const struct input_event *ev) | 34 | const struct input_event *ev) |
