diff options
Diffstat (limited to 'src/grail-recognizer.h')
| -rw-r--r-- | src/grail-recognizer.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/grail-recognizer.h b/src/grail-recognizer.h index 11b44ce..1c36819 100644 --- a/src/grail-recognizer.h +++ b/src/grail-recognizer.h | |||
| @@ -28,10 +28,9 @@ | |||
| 28 | struct gesture_recognizer { | 28 | struct gesture_recognizer { |
| 29 | struct touch_frame frame; | 29 | struct touch_frame frame; |
| 30 | struct move_model move; | 30 | struct move_model move; |
| 31 | struct combo_model pan; | 31 | struct combo_model drag; |
| 32 | struct combo_model pinch; | 32 | struct combo_model pinch; |
| 33 | struct combo_model rotate; | 33 | struct combo_model rotate; |
| 34 | struct combo_model combo; | ||
| 35 | struct tapping_model tapping; | 34 | struct tapping_model tapping; |
| 36 | int pointer_gesture; | 35 | int pointer_gesture; |
| 37 | }; | 36 | }; |
