diff options
author | Peter Harris <pharris@opentext.com> | 2015-02-03 18:32:20 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2015-09-22 08:36:20 -0400 |
commit | d6d910b74a6fc9b64e74e722f03ff512b99af56a (patch) | |
tree | b4c90c274fc42e6decdeca61c6ab0f5853829735 /fixesproto.txt | |
parent | e4ba4e04b8ff7c975a5ada2ffdcc2f34ed294653 (diff) |
cursor-name is after cursor-image in GetCursorImageAndName
Signed-off-by: Peter Harris <pharris@opentext.com>
Diffstat (limited to 'fixesproto.txt')
-rw-r--r-- | fixesproto.txt | 2 |
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. |