protocol: Fix order of wl_pointer, wl_keyboard and wl_touch messages
authorJonas Ådahl <jadahl@gmail.com>
Fri, 9 May 2014 16:10:32 +0000 (18:10 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 9 May 2014 21:30:14 +0000 (14:30 -0700)
commit3ed76204a9bb5dfe652113ea2e494ad688e22cea
tree7a729ab1864fa9b936a91dc8bcd7967758e9143e
parent6b660342687c61a0ec0ec0a48c07897780c1eed7
protocol: Fix order of wl_pointer, wl_keyboard and wl_touch messages

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 <jadahl@gmail.com>
protocol/wayland.xml