From 7cb1d72144960f0eb5f59875672e42236fd2a0fa Mon Sep 17 00:00:00 2001 From: Andrew Riedi Date: Thu, 7 Feb 2008 01:31:51 -0800 Subject: [PATCH] user32: winex11.drv has support for color cursors now. --- dlls/user32/cursoricon.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/user32/cursoricon.c b/dlls/user32/cursoricon.c index 51ba296..b9b22e0 100644 --- a/dlls/user32/cursoricon.c +++ b/dlls/user32/cursoricon.c @@ -919,7 +919,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 ); -- 1.4.4.2