From cfa9171725f867cc06b409223890b6bfb28eebdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Tue, 20 Oct 2015 09:33:17 +0800 Subject: pointer-gestures: Use the new unstable naming schema MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Ã…dahl --- .../pointer-gestures-unstable-v1.xml | 28 ++++++++++------------ 1 file changed, 13 insertions(+), 15 deletions(-) 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. -- cgit v1.2.1