Each cursor image occupies a separate image chunk.
The length of the image header follows the chunk header
so that future versions can extend the header without
breaking older applications
Image:
ChunkHeader header chunk header
CARD32 width actual width
CARD32 height actual height
CARD32 xhot hot spot x
CARD32 yhot hot spot y
CARD32 delay animation delay
LISTofCARD32 pixels ARGB pixels
Each cursor image occupies a separate image chunk. The length of the image header follows the chunk header so that future versions can extend the header without breaking older applications
Image: ChunkHeader header chunk header CARD32 width actual width CARD32 height actual height CARD32 xhot hot spot x CARD32 yhot hot spot y CARD32 delay animation delay LISTofCARD32 pixels ARGB pixels