summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Harris <pharris@opentext.com>2015-02-03 18:32:20 -0500
committerAdam Jackson <ajax@redhat.com>2015-09-22 08:36:20 -0400
commitd6d910b74a6fc9b64e74e722f03ff512b99af56a (patch)
treeb4c90c274fc42e6decdeca61c6ab0f5853829735
parente4ba4e04b8ff7c975a5ada2ffdcc2f34ed294653 (diff)
downloadxorg-proto-fixesproto-d6d910b74a6fc9b64e74e722f03ff512b99af56a.tar.gz
cursor-name is after cursor-image in GetCursorImageAndName
Signed-off-by: Peter Harris <pharris@opentext.com>
-rw-r--r--fixesproto.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/fixesproto.txt b/fixesproto.txt
index a29ca53..1161946 100644
--- a/fixesproto.txt
+++ b/fixesproto.txt
@@ -469,8 +469,8 @@ GetCursorImageAndName
y-hot: CARD16
cursor-serial: CARD32
cursor-atom: ATOM
- cursor-name: LISTofCARD8
cursor-image: LISTofCARD32
+ cursor-name: LISTofCARD8
This is similar to GetCursorImage except for including both
the atom and name of the current cursor.