[PATCH wayland 1/2] protocol: Add release (destructor) request to wl_output
Pekka Paalanen
ppaalanen at gmail.com
Mon Aug 8 13:32:48 UTC 2016
On Tue, 5 Jul 2016 20:41:49 +0200
Quentin Glidic <sardemff7+wayland at sardemff7.net> wrote:
> From: Quentin Glidic <sardemff7+git at sardemff7.net>
>
> Signed-off-by: Quentin Glidic <sardemff7+git at sardemff7.net>
> ---
> 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 @@
> </request>
> </interface>
>
> - <interface name="wl_output" version="2">
> + <interface name="wl_output" version="3">
> <description summary="compositor output region">
> An output describes part of the compositor geometry. The
> compositor works in the 'compositor coordinate system' and an
> @@ -2369,6 +2369,8 @@
> <arg name="refresh" type="int" summary="vertical refresh rate in mHz"/>
> </event>
>
> + <!-- Version 2 additions -->
> +
> <event name="done" since="2">
> <description summary="sent all information about output">
> This event is sent after all other properties have been
> @@ -2402,6 +2404,15 @@
> </description>
> <arg name="factor" type="int" summary="scaling factor of output"/>
> </event>
> +
> + <!-- Version 3 additions -->
> +
> + <request name="release" type="destructor" since="3">
> + <description summary="release the output object">
> + Using this request a client can tell the server that it is not going to
> + use the output object anymore.
> + </description>
> + </request>
> </interface>
>
> <interface name="wl_region" version="1">
Hi,
this patch is:
Reviewed-by: Pekka Paalanen <pekka.paalanen at collabora.co.uk>
I see that this patch, essentially identical except for some
documentation, was sent in 2014 as a part of a series attempting to
implement inert objects in a generic, tricky way. I suppose it was lost
because of that.
So, if you want your R-b in, please let me know.
I will land this patch this week, Wednesday earliest.
I have already added a commit message. It might not be obvious to a
random person reading the commit log.
Thanks,
pq
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 811 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/wayland-devel/attachments/20160808/646b0f11/attachment.sig>
More information about the wayland-devel
mailing list