diff options
Diffstat (limited to 'test/grail.c')
| -rw-r--r-- | test/grail.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/grail.c b/test/grail.c index 85c5bd4..361fd22 100644 --- a/test/grail.c +++ b/test/grail.c | |||
| @@ -57,8 +57,10 @@ static void tp_gesture(struct grail *ge, const struct grail_event *ev) | |||
| 57 | 57 | ||
| 58 | static void loop_device(struct grail *ge, int fd) | 58 | static void loop_device(struct grail *ge, int fd) |
| 59 | { | 59 | { |
| 60 | while (!grail_idle(ge, fd, 5000)) | 60 | while (!grail_idle(ge, fd, 5000)) { |
| 61 | grail_pull(ge, fd); | 61 | grail_pull(ge, fd); |
| 62 | fprintf(stderr, "launched\n"); | ||
| 63 | } | ||
| 62 | } | 64 | } |
| 63 | 65 | ||
| 64 | int main(int argc, char *argv[]) | 66 | int main(int argc, char *argv[]) |
