From 0197adb35563af7ef61ac8a61d30d5dcf211b5bc Mon Sep 17 00:00:00 2001 From: Yong Bakos Date: Mon, 11 Apr 2016 17:23:00 -0500 Subject: pointer-constraints: Correct spelling, grammar and consistency Downcase the protocol summary description to match other protocols. Replace 'surface-relative' with 'surface local' for consistency and clarity. Signed-off-by: Yong Bakos Reviewed-by: Bryce Harrington --- .../pointer-constraints-unstable-v1.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'unstable/pointer-constraints') diff --git a/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml b/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml index 6d090e5..3787b9e 100644 --- a/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml +++ b/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml @@ -25,12 +25,12 @@ DEALINGS IN THE SOFTWARE. - + This protocol specifies a set of interfaces used for adding constraints to the motion of a pointer. Possible constraints include confining pointer motions to a given region, or locking it to its current position. - In order to contrain the pointer, a client must first bind the global + In order to constrain the pointer, a client must first bind the global interface "wp_pointer_constraints" which, if a compositor supports pointer constraints, is exposed by the registry. Using the bound global object, the client uses the request that corresponds to the type of constraint it wants @@ -38,9 +38,9 @@ Warning! The protocol described in this file is experimental and backward incompatible changes may be made. Backward compatible changes may be added - together with the corresponding interface version bump. Backward + together with the corresponding interface version bump. Backward incompatible changes are done by bumping the version number in the protocol - and interface names and resetting the interface version. Once the protocol + and interface names and resetting the interface version. Once the protocol is to be declared stable, the 'z' prefix and the version number in the protocol and interface names are removed and the interface version number is reset. @@ -49,7 +49,7 @@ The global interface exposing pointer constraining functionality. It - exposes two requests; lock_pointer for locking the pointer to its + exposes two requests: lock_pointer for locking the pointer to its position, and confine_pointer for locking the pointer to a region. The lock_pointer and confine_pointer requests create the objects @@ -75,7 +75,7 @@ These values represent different lifetime semantics. They are passed - as argument to the factory requests to specify how the constraint + as arguments to the factory requests to specify how the constraint lifetimes should be managed. @@ -233,9 +233,9 @@ + summary="x coordinate in surface local coordinates"/> + summary="y coordinate in surface local coordinates"/> -- cgit v1.2.3