protocol: Add release requests for wl_pointer, wl_keyboard, and wl_touch
authorKristian Høgsberg <krh@bitplanet.net>
Tue, 13 Aug 2013 19:06:29 +0000 (20:06 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 30 Aug 2013 22:46:41 +0000 (15:46 -0700)
commitea1fb51aae9fee7d416a0f2ba617f998cdee696d
treeed533e5e6abcc2a77ed221f4d827e04580007904
parenteb947e9408c149041c4c8e1c80ef9ebea049f477
protocol: Add release requests for wl_pointer, wl_keyboard, and wl_touch

We missed destroy requests in the 1.0 protocol and since the scanner
generates local-only *_destroy requests in that case we can't add
destroy requests without breaking protocol.  A client needs to verify
that the server provides a version 3 seat to use the protocol destructor
so the name needs to be something else than wl_*_destroy.

v2 (Rob Bradford): Rebased, bumped the protocol versions and added since
attributes to the requests.
protocol/wayland.xml