~fginther/grail/grail-2.0.1.1-oneiric

« back to all changes in this revision

Viewing changes to src/grail-recognizer.h

  • Committer: Francis Ginther
  • Date: 2012-08-22 18:35:11 UTC
  • mfrom: (20.2.19 upstream)
  • Revision ID: francis.ginther@canonical.com-20120822183511-yxwny2hixhyu2z42
* New upstream microrelease, bug fixes only
  - Rename project to simply 'grail' (LP: #1040218)
* Updated debian/watch file for project rename

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
};
39
39
 
40
40
int gru_init(struct grail *ge);
41
 
void gru_recognize(struct grail *ge, const struct utouch_frame *frame);
 
41
void gru_recognize(struct grail *ge, const struct oif_frame *frame);
42
42
void gru_destroy(struct grail *ge);
43
43
 
44
44
#endif