[Xcb] [PATCH proto 10/18] xevie: Use explicit enum value

Daniel Martin consume.noise at gmail.com
Sun Aug 18 07:54:10 PDT 2013


Signed-off-by: Daniel Martin <consume.noise at gmail.com>
---
 src/xevie.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/xevie.xml b/src/xevie.xml
index 222b412..bafa990 100644
--- a/src/xevie.xml
+++ b/src/xevie.xml
@@ -55,8 +55,8 @@ <request name="End" opcode="2">
   </request>
 
   <enum name="Datatype">
-    <item name="Unmodified" />
-    <item name="Modified" />
+    <item name="Unmodified"> <value>0</value> </item>
+    <item name="Modified">   <value>1</value> </item>
   </enum>
 
   <!-- The Send request needs to send an arbitrary Event; this type is used
-- 
1.8.3.3



More information about the Xcb mailing list