Commit cadb8854 authored by Markus Hitter's avatar Markus Hitter Committed by Alexandre Julliard

user32: Better reflect the current state of DrawIconEx.

parent 9f823689
......@@ -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");
......
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