[Xcb] [PATCH] xfixes: cursor-name is after cursor-image in GetCursorImageAndName
Peter Harris
pharris at opentext.com
Tue Feb 3 15:31:38 PST 2015
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.
Signed-off-by: Peter Harris <pharris at opentext.com>
---
src/xfixes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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>
--
2.1.0
More information about the Xcb
mailing list