Author: jgardou Date: Mon Apr 19 18:04:59 2010 New Revision: 46943
URL: http://svn.reactos.org/svn/reactos?rev=46943&view=rev Log: Grotesque mistake...
Modified: branches/reactos-yarotows/subsystems/win32/win32k/eng/alphablend.c
Modified: branches/reactos-yarotows/subsystems/win32/win32k/eng/alphablend.c URL: http://svn.reactos.org/svn/reactos/branches/reactos-yarotows/subsystems/win3... ============================================================================== --- branches/reactos-yarotows/subsystems/win32/win32k/eng/alphablend.c [iso-8859-1] (original) +++ branches/reactos-yarotows/subsystems/win32/win32k/eng/alphablend.c [iso-8859-1] Mon Apr 19 18:04:59 2010 @@ -140,8 +140,8 @@ SourceStretchedRect.top = 0; SourceStretchedRect.bottom = SourceStretchedSize.cy; if (!IntEngStretchBlt(SourceStretchedObj, psoSource, NULL, NULL, NULL, - NULL, NULL, &SourceStretchedRect, &InputRect, - NULL, COLORONCOLOR)) + &SourceStretchedRect, SourceRect, + NULL, NULL, NULL, ROP3_TO_ROP4(SRCCOPY))) { DPRINT1("EngStretchBlt failed!\n"); EngFreeMem(SourceStretchedObj->pvBits);