Re: [PATCH wayland-protocols v2] pointer-gestures: add a release request

2019-01-28 Thread Jonas Ã…dahl
On Mon, Jan 28, 2019 at 08:33:55AM +, Simon Ser wrote: > This allows clients to destroy a gesture object before they disconnect. > > The request isn't named "destroy", as this would conflict with > wayland-scanner's auto-generated destructor (which just destroys the > client-side object withou

[PATCH wayland-protocols v2] pointer-gestures: add a release request

2019-01-28 Thread Simon Ser
This allows clients to destroy a gesture object before they disconnect. The request isn't named "destroy", as this would conflict with wayland-scanner's auto-generated destructor (which just destroys the client-side object without sending any request). Signed-off-by: Simon Ser --- Changes in v2