[Xcb-commit] xcb/proto: src

Peter Harris peterh at kemper.freedesktop.org
Tue Feb 10 09:12:04 PST 2015


 src/xfixes.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3255bac5cad7985637c5811dfc0bd1787a8ca8cb
Author: Peter Harris <pharris at opentext.com>
Date:   Tue Feb 3 18:26:55 2015 -0500

    xfixes: cursor-name is after cursor-image in GetCursorImageAndName
    
    The current version of fixesproto.txt has cursor-name before
    cursor-image, but all known implementations put cursor-name after
    cursor-image on the wire.
    
    Reviewed-by: Christian Linhart <chris at demorecorder.com>
    Signed-off-by: Peter Harris <pharris at opentext.com>

diff --git a/src/xfixes.xml b/src/xfixes.xml
index c5cba35..0a3d5ff 100644
--- a/src/xfixes.xml
+++ b/src/xfixes.xml
@@ -291,13 +291,13 @@ authorization from the authors.
       <field type="ATOM"   name="cursor_atom" altenum="Atom" />
       <field type="CARD16" name="nbytes" />
       <pad bytes="2" />
-      <list  type="char"   name="name"><fieldref>nbytes</fieldref></list>
       <list  type="CARD32" name="cursor_image">
         <op op="*">
           <fieldref>width</fieldref>
           <fieldref>height</fieldref>
         </op>
       </list>
+      <list  type="char"   name="name"><fieldref>nbytes</fieldref></list>
     </reply>
   </request>
 


More information about the xcb-commit mailing list