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> <interface name="wl_region" version="1"> -- 1.8.1.2 _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
