winex11: Add support for animated cursors in X11 driver (try 5).

Alexandre Julliard julliard at winehq.org
Tue Oct 5 08:38:06 CDT 2010


Erich Hoover <ehoover at mines.edu> writes:

> +        imgs[nFrames++] = image;
> +        if (!(imgstmp = HeapReAlloc( GetProcessHeap(), 0, imgs, nFrames*sizeof(XcursorImage*) ))) goto cleanup;
> +        imgs = imgstmp;

This is still broken.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list