cursor-name is after cursor-image in GetCursorImageAndName

Signed-off-by: Peter Harris <pharris@opentext.com>
This commit is contained in:
Peter Harris 2015-02-03 18:32:20 -05:00 committed by Adam Jackson
parent e4ba4e04b8
commit d6d910b74a

View file

@ -469,8 +469,8 @@ GetCursorImageAndName
y-hot: CARD16 y-hot: CARD16
cursor-serial: CARD32 cursor-serial: CARD32
cursor-atom: ATOM cursor-atom: ATOM
cursor-name: LISTofCARD8
cursor-image: LISTofCARD32 cursor-image: LISTofCARD32
cursor-name: LISTofCARD8
This is similar to GetCursorImage except for including both This is similar to GetCursorImage except for including both
the atom and name of the current cursor. the atom and name of the current cursor.