http://bugs.winehq.org/show_bug.cgi?id=14576 Summary: DrawIconEx isn't up to date. Product: Wine Version: CVS/GIT Platform: All OS/Version: All Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: user32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: mah(a)jump-ing.de Comparing DrawIconEx in dlls/user32/cursoricon.c with Microsoft documentation at http://msdn.microsoft.com/en-us/library/ms648065(VS.85).aspx , the FIXME() regarding DI_COMPAT is valid for older Windows versions only and for the DI_NOMIRROR flag (since XP) isn't checked at all. The attached patch fixes this partially. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.