From 9889c134f2f10ac670f6e09b942ad6bb2ef1d0e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Thu, 15 Jul 2010 19:29:45 +0000 Subject: [PATCH] SVN wins again... What's that? Revert everything that's not related to 48064 of 48065. svn path=/trunk/; revision=48066 --- reactos/subsystems/win32/win32k/ntuser/cursoricon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsystems/win32/win32k/ntuser/cursoricon.c b/reactos/subsystems/win32/win32k/ntuser/cursoricon.c index b4446cd1213..03f00530dee 100644 --- a/reactos/subsystems/win32/win32k/ntuser/cursoricon.c +++ b/reactos/subsystems/win32/win32k/ntuser/cursoricon.c @@ -1390,7 +1390,7 @@ UserDrawIconEx( IconSize.cy, SRCCOPY, 0, - bAlpha ? 0 : hdcMask, + hdcMask, 0, hdcImage ? 0 : IconSize.cy); }