~fginther/geis/geis-2.2.9.1

« back to all changes in this revision

Viewing changes to testsuite/geis2/gtest_gbe_deactivate_sub.cpp

  • Committer: Francis Ginther
  • Date: 2012-08-15 17:54:47 UTC
  • Revision ID: francis.ginther@canonical.com-20120815175447-5tc8slc57n8jqb8w
Rename project to simply geis

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
{
64
64
  CreateXMockTouchScreenDevice();
65
65
 
66
 
  _geis = geis_new(GEIS_INIT_UTOUCH_GRAIL_BACKEND,
 
66
  _geis = geis_new(GEIS_INIT_GRAIL_BACKEND,
67
67
                   GEIS_INIT_NO_ATOMIC_GESTURES,
68
68
                   nullptr);
69
69
  ASSERT_NE(nullptr, _geis);