summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2021-04-13 11:20:26 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2021-04-13 11:22:09 +1000
commit17bef0eddd0dddc8f04d77ff2f7517d1dae17e1f (patch)
tree12be32abc5ae5f1a9b69550a33528847a71c2063
parentaf29ece33cf935a146067df9de13d0896d742aaf (diff)
downloadwayland-protocols-17bef0eddd0dddc8f04d77ff2f7517d1dae17e1f.tar.gz
pointer-gestures: correct description of pinch
This is being picky, but "pinch/spread" is the physical gesture, zoom and rotate is the effect that clients provide in response to that gesture. Let's use pinch only here since spread is more ambiguous in english, as anyone who's ever had butter on their bread would know. Also, everything else is referring to it as pinch anyway, so zoom/rotate here is the odd one out. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--unstable/pointer-gestures/pointer-gestures-unstable-v1.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml b/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml
index 59502ac..3df578b 100644
--- a/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml
+++ b/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml
@@ -6,7 +6,7 @@
A global interface to provide semantic touchpad gestures for a given
pointer.
- Two gestures are currently supported: swipe and zoom/rotate.
+ Two gestures are currently supported: swipe and pinch.
All gestures follow a three-stage cycle: begin, update, end and
are identified by a unique id.