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 output.

Signed-off-by: Quanxian Wang <quanxian.w...@intel.com>
---
 protocol/wayland.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index d47ee62..0332e1a 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="3">
+      <description summary="output name properties">
+       This event contains name of output. It may be sent after
+       binding the output object. It will provide useful 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="name of output"/>
+    </event>
   </interface>
 
   <interface name="wl_region" version="1">
-- 
1.8.1.2

_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to