diff options
Diffstat (limited to 'src/grail-recognizer.h')
| -rw-r--r-- | src/grail-recognizer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/grail-recognizer.h b/src/grail-recognizer.h index b39eac3..1a9edd1 100644 --- a/src/grail-recognizer.h +++ b/src/grail-recognizer.h | |||
| @@ -31,6 +31,9 @@ struct gesture_recognizer { | |||
| 31 | struct combo_model drag; | 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 windrag; | ||
| 35 | struct combo_model winpinch; | ||
| 36 | struct combo_model winrotate; | ||
| 34 | struct tapping_model tapping; | 37 | struct tapping_model tapping; |
| 35 | }; | 38 | }; |
| 36 | 39 | ||
