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-gestures.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/grail-gestures.h') diff --git a/src/grail-gestures.h b/src/grail-gestures.h index 2acbb6d..6846ed0 100644 --- a/src/grail-gestures.h +++ b/src/grail-gestures.h @@ -63,8 +63,8 @@ struct combo_model { int active, gid; }; -int gru_pan(struct grail *ge, - const struct touch_frame *frame); +int gru_drag(struct grail *ge, + const struct touch_frame *frame); int gru_pinch(struct grail *ge, const struct touch_frame *frame); int gru_rotate(struct grail *ge, -- cgit v1.2.3