user32: winex11.drv has support for color cursors now.
This commit is contained in:
parent
78ea65bb3a
commit
58d2e3df39
|
@ -914,7 +914,7 @@ static HICON CURSORICON_LoadFromFile( LPCWSTR filename,
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
if ( fCursor )
|
if ( fCursor )
|
||||||
entry = CURSORICON_FindBestCursorFile( dir, width, height, 1 );
|
entry = CURSORICON_FindBestCursorFile( dir, width, height, colors );
|
||||||
else
|
else
|
||||||
entry = CURSORICON_FindBestIconFile( dir, width, height, colors );
|
entry = CURSORICON_FindBestIconFile( dir, width, height, colors );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue