diff options
Diffstat (limited to 'src/grail-recognizer.h')
| -rw-r--r-- | src/grail-recognizer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grail-recognizer.h b/src/grail-recognizer.h index d3b24b3..8a5ac80 100644 --- a/src/grail-recognizer.h +++ b/src/grail-recognizer.h | |||
| @@ -37,7 +37,7 @@ struct gesture_recognizer { | |||
| 37 | struct tapping_model tapping; | 37 | struct tapping_model tapping; |
| 38 | }; | 38 | }; |
| 39 | 39 | ||
| 40 | int gru_init(struct grail *ge, const struct touch_dev_caps *caps); | 40 | int gru_init(struct grail *ge); |
| 41 | void gru_recognize(struct grail *ge, const struct touch_frame *frame); | 41 | void gru_recognize(struct grail *ge, const struct touch_frame *frame); |
| 42 | void gru_destroy(struct grail *ge); | 42 | void gru_destroy(struct grail *ge); |
| 43 | 43 | ||
