diff --git a/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml b/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml index f7c7790..7f7b93f 100644 --- a/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml +++ b/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml @@ -1,5 +1,5 @@ - + A global interface to provide semantic touchpad gestures for a given pointer. @@ -8,24 +8,22 @@ All gestures follow a three-stage cycle: begin, update, end and are identified by a unique id. - Warning! The protocol described in this file is experimental. Each - version of this protocol should be considered incompatible with any - other version, and a client binding to a version different to the one - advertised will be terminated. Once the protocol is declared stable, - compatibility is guaranteed, the '_' prefix will be removed from the - name and the version will be reset to 1. + 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 incompatible changes are done by bumping the version number in + 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. - - - - Create a swipe gesture object. See the wl_pointer_gesture_swipe interface for details. - + @@ -34,12 +32,12 @@ Create a pinch gesture object. See the wl_pointer_gesture_pinch interface for details. - + - + A swipe gesture object notifies a client about a multi-finger swipe gesture detected on an indirect input device such as a touchpad. @@ -102,7 +100,7 @@ - + A pinch gesture object notifies a client about a multi-finger pinch gesture detected on an indirect input device such as a touchpad.