user32: winex11.drv has support for color cursors now.

This commit is contained in:
Andrew Riedi 2008-02-07 01:31:51 -08:00 committed by Alexandre Julliard
parent 78ea65bb3a
commit 58d2e3df39
1 changed files with 1 additions and 1 deletions

View File

@ -914,7 +914,7 @@ static HICON CURSORICON_LoadFromFile( LPCWSTR filename,
goto end;
if ( fCursor )
entry = CURSORICON_FindBestCursorFile( dir, width, height, 1 );
entry = CURSORICON_FindBestCursorFile( dir, width, height, colors );
else
entry = CURSORICON_FindBestIconFile( dir, width, height, colors );