~oif-team/geis/2.1.2

« back to all changes in this revision

Viewing changes to testsuite/geis2/check_subscription.c

  • Committer: Chase Douglas
  • Date: 2012-08-16 17:41:58 UTC
  • Revision ID: chase.douglas@canonical.com-20120816174158-cu500bd3gyumng1w
Rename project to simply 'geis'

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
static void
15
15
construct_geis()
16
16
{
17
 
  g_geis = geis_new(GEIS_INIT_UTOUCH_MOCK_ENGINE,
 
17
  g_geis = geis_new(GEIS_INIT_OIF_MOCK_ENGINE,
18
18
                    GEIS_INIT_TRACK_DEVICES,
19
19
                    GEIS_INIT_TRACK_GESTURE_CLASSES,
20
20
                    NULL);