projects
/
platform
/
upstream
/
xcb-proto.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3423e6
)
Fix GrabMode enumeration (reported by Yang JianJun)
author
Ian Osgood
<iano@quirkster.com>
Fri, 20 Oct 2006 14:38:55 +0000
(07:38 -0700)
committer
Ian Osgood
<iano@quirkster.com>
Fri, 20 Oct 2006 14:41:42 +0000
(07:41 -0700)
src/xproto.xml
patch
|
blob
|
history
diff --git
a/src/xproto.xml
b/src/xproto.xml
index
7fcbc2f
..
7f30694
100644
(file)
--- a/
src/xproto.xml
+++ b/
src/xproto.xml
@@
-988,8
+988,8
@@
authorization from the authors.
</request>
<enum name="GrabMode">
- <item name="
Async">
<value>0</value></item>
- <item name="
Sync">
<value>1</value></item>
+ <item name="
Sync">
<value>0</value></item>
+ <item name="
Async">
<value>1</value></item>
</enum>
<enum name="GrabStatus">