[PATCH wayland 2/2] protocol: Add missing since attribute for name event on wl_seat

Rob Bradford robert.bradford at intel.com
Wed Jun 12 10:17:45 PDT 2013


From: Rob Bradford <rob at linux.intel.com>

This event was added in version 2 of the protocol.
---
 protocol/wayland.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index f5d08b5..3d4ec9b 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -1234,7 +1234,7 @@
 
     <!-- Version 2 of additions -->
 
-    <event name="name">
+    <event name="name" since="2">
       <description summary="unique identifier for this seat">
 	In a multiseat configuration this can be used by the client to help
 	identify which physical devices the seat represents. Based on
-- 
1.8.2.1



More information about the wayland-devel mailing list