[PATCH 1/3] wayland: Add wl_output name event

Quanxian Wang quanxian.wang at intel.com
Thu Mar 13 19:27:04 PDT 2014


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>
 
   <interface name="wl_region" version="1">
-- 
1.8.1.2



More information about the wayland-devel mailing list