~3v1n0/unity/scale-window-cast-protection

« back to all changes in this revision

Viewing changes to tests/test-gestures/test_gestures_main.cpp

  • Committer: Marco Trevisan (Treviño)
  • Date: 2016-03-07 18:51:47 UTC
  • mfrom: (4080 unity)
  • mto: This revision was merged to the branch mainline in revision 4085.
  • Revision ID: mail@3v1n0.net-20160307185147-0p1m89up4tqfb6w1
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    g_gesture_event_reject_count[gesture_id_] + 1;
47
47
}
48
48
 
49
 
Cursor WindowGestureTargetMock::fleur_cursor = 0;
50
49
std::set<WindowGestureTargetMock*> g_window_target_mocks;
51
50
 
52
51
int main(int argc, char** argv)