~ubuntu-branches/ubuntu/trusty/geis/trusty

« back to all changes in this revision

Viewing changes to testsuite/geis2/gtest_grail_backend.cpp

  • Committer: Package Import Robot
  • Author(s): Stephen M. Webb
  • Date: 2012-11-09 13:57:29 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20121109135729-poludf0asjcht9sx
Tags: 2.2.13-0ubuntu1
* New upstream release.
* debian/control: bumped libgrail-dev build dependency to 3.0.8
* debian/patches: removed all patches (merged upstream)
* debian/patches: patched test case for missing symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
168
168
      case GEIS_EVENT_INIT_COMPLETE:
169
169
        OnEventInitComplete(event);
170
170
        break;
 
171
      case GEIS_EVENT_CLASS_AVAILABLE:
 
172
        OnEventClassAvailable(event);
 
173
        break;
171
174
      case GEIS_EVENT_GESTURE_BEGIN:
172
175
        OnEventGestureBegin(event);
173
176
        break;