user32: The frames of .ani cursors are .ico's, not .cur's.

oldstable
Andrew Riedi 2008-11-25 23:10:29 -08:00 committed by Alexandre Julliard
parent 506f77b8d6
commit 63908f039b
1 changed files with 1 additions and 1 deletions

View File

@ -1008,7 +1008,7 @@ static HCURSOR CURSORICON_CreateIconFromANI( const LPBYTE bits, DWORD bits_size,
FIXME("Loading all frames for .ani cursors not implemented.\n");
icon_data = fram_chunk.data + (2 * sizeof(DWORD));
entry = CURSORICON_FindBestCursorFile( (CURSORICONFILEDIR *) icon_data,
entry = CURSORICON_FindBestIconFile( (CURSORICONFILEDIR *) icon_data,
width, height, colors );
frame_bits = HeapAlloc( GetProcessHeap(), 0, entry->dwDIBSize );