~bregma/geis/lp-785321

« back to all changes in this revision

Viewing changes to testsuite/geis2/check_filter.c

  • Committer: Stephen M. Webb
  • Date: 2011-10-18 20:30:02 UTC
  • mfrom: (158.1.42 client-arch)
  • Revision ID: stephen.webb@canonical.com-20111018203002-ne8h3n25fbey3fqr
Merged client-arch branch.

Provided a new DBus-client back end and a dbus-server facility.  Included a test driver for the server.  Made the DBus client the default back-end with an automatic fall back to the XCB back end for seamless support of existing client software.

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_UTOUCH_MOCK_BACKEND,
18
18
                    GEIS_INIT_TRACK_DEVICES,
19
19
                    GEIS_INIT_TRACK_GESTURE_CLASSES,
20
20
                    NULL);