~oif-team/geis/trunk

« back to all changes in this revision

Viewing changes to testsuite/geis2/check_frame.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:
19
19
static void
20
20
construct_geis()
21
21
{
22
 
  g_geis = geis_new(GEIS_INIT_UTOUCH_MOCK_ENGINE,
 
22
  g_geis = geis_new(GEIS_INIT_UTOUCH_MOCK_BACKEND,
23
23
                    GEIS_INIT_TRACK_GESTURE_CLASSES,
24
24
                    NULL);
25
25
  g_sub = geis_subscription_new(g_geis, "test", 0);