Module: wine Branch: master Commit: cadb8854739b5ddafe4dcf273b13b5d8ac59a031 URL: http://source.winehq.org/git/wine.git/?a=commit;h=cadb8854739b5ddafe4dcf273b...
Author: Markus Hitter mah@jump-ing.de Date: Sun Aug 24 23:14:14 2008 +0200
user32: Better reflect the current state of DrawIconEx.
---
dlls/user32/cursoricon.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/user32/cursoricon.c b/dlls/user32/cursoricon.c index a1ba570..066203b 100644 --- a/dlls/user32/cursoricon.c +++ b/dlls/user32/cursoricon.c @@ -1978,8 +1978,8 @@ BOOL WINAPI DrawIconEx( HDC hdc, INT x0, INT y0, HICON hIcon, hMemDC = CreateCompatibleDC (hdc); if (istep) FIXME_(icon)("Ignoring istep=%d\n", istep); - if (flags & DI_COMPAT) - FIXME_(icon)("Ignoring flag DI_COMPAT\n"); + if (flags & DI_NOMIRROR) + FIXME_(icon)("Ignoring flag DI_NOMIRROR\n");
if (!flags) { FIXME_(icon)("no flags set? setting to DI_NORMAL\n");