<p dir="ltr"><br>
On Mar 13, 2014 9:12 PM, "Quanxian Wang" <<a href="mailto:quanxian.wang@intel.com">quanxian.wang@intel.com</a>> wrote:<br>
><br>
> This event contains name of output. It may be sent after<br>
> binding the output object. It is intended that client could<br>
> input a character output name as a parameter or for log info.<br>
><br>
> Signed-off-by: Quanxian Wang <<a href="mailto:quanxian.wang@intel.com">quanxian.wang@intel.com</a>><br>
> ---<br>
>  protocol/wayland.xml | 11 +++++++++++<br>
>  1 file changed, 11 insertions(+)<br>
><br>
> diff --git a/protocol/wayland.xml b/protocol/wayland.xml<br>
> index d47ee62..c91a91a 100644<br>
> --- a/protocol/wayland.xml<br>
> +++ b/protocol/wayland.xml<br>
> @@ -1756,6 +1756,17 @@<br>
>        </description><br>
>        <arg name="factor" type="int" summary="scaling factor of output"/><br>
>      </event><br>
> +<br>
> +    <event name="name" since="2"><br>
> +      <description summary="output name properties"><br>
> +       This event contains name of output. It may be sent after<br>
> +       binding the output object. It will provide sensible name<br>
> +       for client when they generate the log for user.<br>
> +       Also it is intended that client could input a character<br>
> +       output name as a parameter or log.<br>
> +      </description><br>
> +      <arg name="name" type="string" summary="char name of output"/><br>
> +    </event><br>
>    </interface></p>
<p dir="ltr">If we're going to add an event, we need to bump the wl_output version number.  Right now, wl_output is at version 2, so it needs to be bumpped to 3 and this event needs to have since="3"</p>
<p dir="ltr">Thanks,<br>
--Jason Ekstrand</p>
<p dir="ltr">><br>
>    <interface name="wl_region" version="1"><br>
> --<br>
> 1.8.1.2<br>
><br>
> _______________________________________________<br>
> wayland-devel mailing list<br>
> <a href="mailto:wayland-devel@lists.freedesktop.org">wayland-devel@lists.freedesktop.org</a><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/wayland-devel">http://lists.freedesktop.org/mailman/listinfo/wayland-devel</a><br>
</p>