summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Harris <pharris@opentext.com>2015-02-03 18:26:55 -0500
committerPeter Harris <pharris@opentext.com>2015-02-09 10:49:02 -0500
commit3255bac5cad7985637c5811dfc0bd1787a8ca8cb (patch)
tree4b781b79250df4ca56b41ed33c84119e0f9620c8
parent691d2b97e5989d6d7006304d81bd8fa128477ca1 (diff)
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@demorecorder.com> Signed-off-by: Peter Harris <pharris@opentext.com>
-rw-r--r--src/xfixes.xml2
1 files changed, 1 insertions, 1 deletions
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>