summaryrefslogtreecommitdiff
path: root/src/grail-gestures.h
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-08-10 11:47:00 +0100
committerHenrik Rydberg <rydberg@euromail.se>2010-08-10 15:04:18 +0100
commit7be96df1c903c11711336c5ad1859b347ae4b661 (patch)
treea5420af7613448c12e34ade0945b687ea9879836 /src/grail-gestures.h
parentfff2c89c1651f0c5aef75510f915a999700c31b9 (diff)
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 <rydberg@euromail.se>
Diffstat (limited to 'src/grail-gestures.h')
-rw-r--r--src/grail-gestures.h4
1 files changed, 2 insertions, 2 deletions
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 {
63 int active, gid; 63 int active, gid;
64}; 64};
65 65
66int gru_pan(struct grail *ge, 66int gru_drag(struct grail *ge,
67 const struct touch_frame *frame); 67 const struct touch_frame *frame);
68int gru_pinch(struct grail *ge, 68int gru_pinch(struct grail *ge,
69 const struct touch_frame *frame); 69 const struct touch_frame *frame);
70int gru_rotate(struct grail *ge, 70int gru_rotate(struct grail *ge,