~fginther/grail/grail-2.0.1.1-oneiric

« back to all changes in this revision

Viewing changes to src/grail-recognizer.c

  • 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:
41
41
        ge->gru = NULL;
42
42
}
43
43
 
44
 
void gru_recognize(struct grail *ge, const struct utouch_frame *frame)
 
44
void gru_recognize(struct grail *ge, const struct oif_frame *frame)
45
45
{
46
46
        if (!ge->gin || !ge->gru)
47
47
                return;