From 7be96df1c903c11711336c5ad1859b347ae4b661 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Tue, 10 Aug 2010 11:47:00 +0100 Subject: api: Rename gestures to conform to design docs Use the names drag, pinch and rotate, and remove the combo gesture. Signed-off-by: Henrik Rydberg --- src/grail-recognizer.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/grail-recognizer.h') 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 @@ struct gesture_recognizer { struct touch_frame frame; struct move_model move; - struct combo_model pan; + struct combo_model drag; struct combo_model pinch; struct combo_model rotate; - struct combo_model combo; struct tapping_model tapping; int pointer_gesture; }; -- cgit v1.2.3