diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-08-10 11:47:00 +0100 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-08-10 15:04:18 +0100 |
| commit | 7be96df1c903c11711336c5ad1859b347ae4b661 (patch) | |
| tree | a5420af7613448c12e34ade0945b687ea9879836 /src/grail-gestures.h | |
| parent | fff2c89c1651f0c5aef75510f915a999700c31b9 (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.h | 4 |
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 | ||
| 66 | int gru_pan(struct grail *ge, | 66 | int gru_drag(struct grail *ge, |
| 67 | const struct touch_frame *frame); | 67 | const struct touch_frame *frame); |
| 68 | int gru_pinch(struct grail *ge, | 68 | int gru_pinch(struct grail *ge, |
| 69 | const struct touch_frame *frame); | 69 | const struct touch_frame *frame); |
| 70 | int gru_rotate(struct grail *ge, | 70 | int gru_rotate(struct grail *ge, |
