Commit 58d2e3df authored by Andrew Riedi's avatar Andrew Riedi Committed by Alexandre Julliard

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

parent 78ea65bb
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment