On Mar 13, 2014 9:12 PM, "Quanxian Wang" <[email protected]> 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 <[email protected]> > --- > 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 > [email protected] > http://lists.freedesktop.org/mailman/listinfo/wayland-devel
_______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
