From c45be3d21e7231eec33c50f38d85fb4ac5fb74cc Mon Sep 17 00:00:00 2001 From: Marek Chalupa Date: Mon, 30 Mar 2015 06:10:22 -0400 Subject: [PATCH] protocol: add better description of wl_pointer.release 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 Reviewed-by: Pekka Paalanen --- protocol/wayland.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 041e5f0..f52677f 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -1560,7 +1560,13 @@ - + + Using this request client can tell the server that it is not going to + use the pointer object anymore. + + This request destroys the pointer proxy object, so user must not call + wl_pointer_destroy() after using this request. +