[Xcb-commit] src

Ian Osgood iano at kemper.freedesktop.org
Fri Oct 20 07:47:02 PDT 2006


 src/xproto.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

New commits:
diff-tree c10a77848f9318856129161be08a05379ffb39de (from b3423e67845cb6f2b858fb3f22295a5ef79821fb)
Author: Ian Osgood <iano at quirkster.com>
Date:   Fri Oct 20 07:38:55 2006 -0700

    Fix GrabMode enumeration (reported by Yang JianJun)

diff --git a/src/xproto.xml b/src/xproto.xml
index 7fcbc2f..7f30694 100644
--- 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">


More information about the xcb-commit mailing list