Re: [PATCH wayland] protocol: add better description of wl_pointer.release

2015-03-30 Thread Pekka Paalanen
On Mon, 30 Mar 2015 06:10:22 -0400 Marek Chalupa wrote: > Add note about what all wl_pointer.release does. Mainly that > it destroys the proxy object, so programmer must not call > wl_pointer_destroy() on the pointer any further. > > Signed-off-by: Marek Chalupa > --- > protocol/wayland.xml |

[PATCH wayland] protocol: add better description of wl_pointer.release

2015-03-30 Thread Marek Chalupa
Add note about what all wl_pointer.release does. Mainly that it destroys the proxy object, so programmer must not call wl_pointer_destroy() on the pointer any further. Signed-off-by: Marek Chalupa --- protocol/wayland.xml | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a