From bad9dc5186e46ab92e1680d1f0ea4a4d4f0f7211 Mon Sep 17 00:00:00 2001 From: Quentin Glidic Date: Tue, 5 Jul 2016 20:41:49 +0200 Subject: [PATCH] protocol: Add release (destructor) request to wl_output Outputs come and go, and this is needed to clean up wl_resources on the server side. All protocol objects need a way to be destroyed. Cc: Neil Roberts Cc: Jason Ekstrand Signed-off-by: Quentin Glidic Reviewed-by: Pekka Paalanen Reviewed-by: Yong Bakos [Pekka: added commit message] --- protocol/wayland.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 700ef03..0830afc 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -2264,7 +2264,7 @@ - + An output describes part of the compositor geometry. The compositor works in the 'compositor coordinate system' and an @@ -2369,6 +2369,8 @@ + + This event is sent after all other properties have been @@ -2402,6 +2404,15 @@ + + + + + + Using this request a client can tell the server that it is not going to + use the output object anymore. + + -- 2.7.4