[PATCH 1/3] wayland: Add wl_output name event
Jason Ekstrand
jason at jlekstrand.net
Fri Mar 14 12:49:16 PDT 2014
On Mar 13, 2014 9:12 PM, "Quanxian Wang" <quanxian.wang at intel.com> wrote:
>
> This event contains name of output. It may be sent after
> binding the output object. It is intended that client could
> input a character output name as a parameter or for log info.
>
> Signed-off-by: Quanxian Wang <quanxian.wang at intel.com>
> ---
> protocol/wayland.xml | 11 +++++++++++
> 1 file changed, 11 insertions(+)
>
> diff --git a/protocol/wayland.xml b/protocol/wayland.xml
> index d47ee62..c91a91a 100644
> --- a/protocol/wayland.xml
> +++ b/protocol/wayland.xml
> @@ -1756,6 +1756,17 @@
> </description>
> <arg name="factor" type="int" summary="scaling factor of output"/>
> </event>
> +
> + <event name="name" since="2">
> + <description summary="output name properties">
> + This event contains name of output. It may be sent after
> + binding the output object. It will provide sensible name
> + for client when they generate the log for user.
> + Also it is intended that client could input a character
> + output name as a parameter or log.
> + </description>
> + <arg name="name" type="string" summary="char name of output"/>
> + </event>
> </interface>
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"
Thanks,
--Jason Ekstrand
>
> <interface name="wl_region" version="1">
> --
> 1.8.1.2
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-devel/attachments/20140314/8ac8f006/attachment.html>
More information about the wayland-devel
mailing list