diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-08-19 20:25:54 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-08-19 20:25:54 +0200 |
| commit | 7bea065be05a1acf357270f470e00ffcdc0a09e4 (patch) | |
| tree | 52bdfbf28f0138c84c6136d45d9b52fde22d86c7 /src/grail-api.c | |
| parent | 5348eb281e599942d903f023b2aecd87a77792af (diff) | |
Make grail implementation visible to all local files
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
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) |
