Markus Hitter : user32: Better reflect the current state of DrawIconEx.

Alexandre Julliard julliard at winehq.org
Mon Aug 25 06:21:23 CDT 2008


Module: wine
Branch: master
Commit: cadb8854739b5ddafe4dcf273b13b5d8ac59a031
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=cadb8854739b5ddafe4dcf273b13b5d8ac59a031

Author: Markus Hitter <mah at 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");




More information about the wine-cvs mailing list