From: Quentin Glidic Date: Tue, 5 Jul 2016 18:41:49 +0000 (+0200) Subject: protocol: Add release (destructor) request to wl_output X-Git-Tag: 1.11.91~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bad9dc5186e46ab92e1680d1f0ea4a4d4f0f7211;p=platform%2Fupstream%2Fwayland.git 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] --- 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. + +