diff options
Diffstat (limited to 'src/grail-recognizer.h')
| -rw-r--r-- | src/grail-recognizer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/grail-recognizer.h b/src/grail-recognizer.h index 56e5b8d..3844511 100644 --- a/src/grail-recognizer.h +++ b/src/grail-recognizer.h | |||
| @@ -27,9 +27,11 @@ | |||
| 27 | 27 | ||
| 28 | struct gesture_recognizer { | 28 | struct gesture_recognizer { |
| 29 | struct move_model move; | 29 | struct move_model move; |
| 30 | struct combo_model touch; | ||
| 30 | struct combo_model drag; | 31 | struct combo_model drag; |
| 31 | struct combo_model pinch; | 32 | struct combo_model pinch; |
| 32 | struct combo_model rotate; | 33 | struct combo_model rotate; |
| 34 | struct combo_model wintouch; | ||
| 33 | struct combo_model windrag; | 35 | struct combo_model windrag; |
| 34 | struct combo_model winpinch; | 36 | struct combo_model winpinch; |
| 35 | struct combo_model winrotate; | 37 | struct combo_model winrotate; |
