Grotesque mistake...

svn path=/branches/reactos-yarotows/; revision=46943
This commit is contained in:
Jérôme Gardou 2010-04-19 16:04:59 +00:00
parent 14be9f22bd
commit 0988b6c773

View file

@ -140,8 +140,8 @@ EngAlphaBlend(IN SURFOBJ *psoDest,
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);