summaryrefslogtreecommitdiff
path: root/src/gestures-pinch.c
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/gestures-pinch.c
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/gestures-pinch.c')
-rw-r--r--src/gestures-pinch.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gestures-pinch.c b/src/gestures-pinch.c
index 62f6601..3b94a66 100644
--- a/src/gestures-pinch.c
+++ b/src/gestures-pinch.c
@@ -27,10 +27,10 @@
27static const int getype[DIM_TOUCH + 1] = { 27static const int getype[DIM_TOUCH + 1] = {
28 0, 28 0,
29 0, 29 0,
30 GRAIL_TYPE_PINCH, 30 GRAIL_TYPE_PINCH2,
31 GRAIL_TYPE_SCALE, 31 GRAIL_TYPE_PINCH3,
32 GRAIL_TYPE_PICK, 32 GRAIL_TYPE_PINCH4,
33 GRAIL_TYPE_GRAB, 33 GRAIL_TYPE_PINCH5,
34}; 34};
35 35
36static const int fm_mask = 0x04; 36static const int fm_mask = 0x04;