From 3ed76204a9bb5dfe652113ea2e494ad688e22cea Mon Sep 17 00:00:00 2001 From: Jonas Ådahl Date: Fri, 9 May 2014 18:10:32 +0200 Subject: protocol: Fix order of wl_pointer, wl_keyboard and wl_touch messages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The "release" message of wl_pointer, wl_keyboard and wl_touch introduced in version 3 was placed first in the respective interface XML element, causing wayland-scanner to misbehave and set the version number of the "release" message to all subsequent messages with no explicitly specified "since" version. Signed-off-by: Jonas Ådahl --- protocol/wayland.xml | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) (limited to 'protocol') diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 330f8ab..22eb6e7 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -1384,10 +1384,6 @@ - - - - Notification that this seat's pointer is focused on a certain @@ -1485,6 +1481,13 @@ + + + + + + + @@ -1493,10 +1496,6 @@ associated with a seat. - - - - This specifies the format of the keymap provided to the @@ -1573,6 +1572,12 @@ + + + + + + @@ -1587,10 +1592,6 @@ contact point can be identified by the ID of the sequence. - - - - A new touch point has appeared on the surface. This touch point is @@ -1643,6 +1644,12 @@ this surface may re-use the touch point ID. + + + + + + -- cgit v1.2.3-70-g09d2