projects
/
free-sw
/
xcb
/
proto
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
428979f
)
xevie: Use explicit enum value
author
Daniel Martin
<consume.noise@gmail.com>
Sun, 18 Aug 2013 13:15:49 +0000
(15:15 +0200)
committer
Daniel Martin
<consume.noise@gmail.com>
Sun, 25 Aug 2013 09:22:10 +0000
(11:22 +0200)
Signed-off-by: Daniel Martin <consume.noise@gmail.com>
Reviewed-by: Ran Benita <ran234@gmail.com> (and tested)
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
src/xevie.xml
patch
|
blob
|
history
diff --git
a/src/xevie.xml
b/src/xevie.xml
index
222b412
..
bafa990
100644
(file)
--- a/
src/xevie.xml
+++ b/
src/xevie.xml
@@
-55,8
+55,8
@@
authorization from the authors.
</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