summaryrefslogtreecommitdiff
path: root/src/grail-recognizer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grail-recognizer.c')
-rw-r--r--src/grail-recognizer.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/grail-recognizer.c b/src/grail-recognizer.c
index fffbf6e..932f28a 100644
--- a/src/grail-recognizer.c
+++ b/src/grail-recognizer.c
@@ -50,6 +50,9 @@ void gru_recognize(struct grail *ge, const struct touch_frame *frame)
50 gru_drag(ge, frame); 50 gru_drag(ge, frame);
51 gru_pinch(ge, frame); 51 gru_pinch(ge, frame);
52 gru_rotate(ge, frame); 52 gru_rotate(ge, frame);
53 gru_windrag(ge, frame);
54 gru_winpinch(ge, frame);
55 gru_winrotate(ge, frame);
53 gru_tapping(ge, frame); 56 gru_tapping(ge, frame);
54 ge->gru->frame = *frame; 57 ge->gru->frame = *frame;
55} 58}