From b6809e5a8051fd193fe4b041a3245c22432195db Mon Sep 17 00:00:00 2001 From: FORT David Date: Fri, 2 Oct 2015 14:20:12 +0200 Subject: [PATCH] wayland: add a release request on wl_seat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is required if we want to correctly remove a wl_seat compositor-side. A wl_seat is announced as a global object, then it is bound by the client. When the compositor wants to remove the seat, it shall announce the global removal of the object. The client can then call the release request on the wl_seat (which means I won't use that object anymore). Acked-by: Derek Foreman Reviewed-by: Jonas Ã…dahl --- protocol/wayland.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 42c93090..59819e9a 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -1329,7 +1329,7 @@ - + A seat is a group of keyboards, pointer and touch devices. This object is published as a global during start up, or when such a @@ -1400,6 +1400,15 @@ + + + + + Using this request client can tell the server that it is not going to + use the seat object anymore. + + +