- Fix detection of trivial clipping region
- CID 731584

svn path=/trunk/; revision=57496
This commit is contained in:
Timo Kreuzer 2012-10-06 14:23:22 +00:00
parent cfa6623328
commit 9d29067d15

View file

@ -440,7 +440,7 @@ IntEngStretchBlt(SURFOBJ *psoDest,
return TRUE;
}
if (ClipRegion)
if (ClipRegion->iDComplexity != DC_TRIVIAL)
{
if (!RECTL_bIntersectRect(&OutputRect, &InputClippedRect,
&ClipRegion->rclBounds))