From 197d74d56b04087047ea473e49ef135a7a0f1c50 Mon Sep 17 00:00:00 2001 From: Jan Zerebecki Date: Sat, 6 Sep 2008 13:58:41 +0200 Subject: [PATCH] push 599212b13162ecea86c94f51af8b491161c21409 --- dlls/user32/cursoricon.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/user32/cursoricon.c b/dlls/user32/cursoricon.c index dc59579ca4d..9de42403b46 100644 --- a/dlls/user32/cursoricon.c +++ b/dlls/user32/cursoricon.c @@ -1464,6 +1464,7 @@ HICON WINAPI CreateIconFromResourceEx( LPBYTE bits, UINT cbSize, } if (load_cursor_frame( bmi, hotspot, dwVersion, width, height, cFlag, &frame )) + { set_cursor_frame( cursor, 0, &frame ); } else @@ -1554,6 +1555,7 @@ static HICON CURSORICON_LoadFromFile( LPCWSTR filename, hotspot, 0x00030000, width, height, loadflags, &frame )) + { set_cursor_frame( hIcon, 0, &frame ); } else -- 2.11.4.GIT