On Fri, 12 Mar 2004 09:22:47 +0900, Mike McCormack wrote:
I've done a little work on animated icons. I've investigated what is necessary to make them work, and written a short plain C program that can parse an animated icon file and extract the icons in it to .xpm files, and a very short test program that doesn't work right in Wine.
Shouldn't we be using XCursor for this? I have a feeling switching cursors with non-XCursor capable x servers might be hackish/inefficient...