~fginther/+junk/geis-2.2.9.1-take2

« back to all changes in this revision

Viewing changes to testsuite/geis2/Makefile.am

  • Committer: Francis Ginther
  • Author(s): Daniel d'Andrada
  • Date: 2012-08-15 16:49:24 UTC
  • Revision ID: francis.ginther@canonical.com-20120815164924-pejk7w94gke2waly
When a gesture is accepted, remove queued events from all overlapping ones.

We don't want to send outdated, invalid, events to clients since all overlapping
gestures get canceled in GRAIL when a gesture is accepted.

Includes test.

Changed grail gesture type constants to latest API.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
 
48
48
gtest_geis2_grail_backend_SOURCES = \
49
49
        gtest_grail_backend.cpp \
50
 
        gtest_gbe_direct_touch_coords.cpp
 
50
        gtest_gbe_direct_touch_coords.cpp \
 
51
        gtest_gbe_outdated_events.cpp
51
52
 
52
53
gtest_geis2_grail_backend_CPPFLAGS = \
53
54
        --std=c++0x \