mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[WIN32K]
- Fix detection of trivial clipping region - CID 731584 svn path=/trunk/; revision=57496
This commit is contained in:
@@ -440,7 +440,7 @@ IntEngStretchBlt(SURFOBJ *psoDest,
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
if (ClipRegion)
|
||||
if (ClipRegion->iDComplexity != DC_TRIVIAL)
|
||||
{
|
||||
if (!RECTL_bIntersectRect(&OutputRect, &InputClippedRect,
|
||||
&ClipRegion->rclBounds))
|
||||
|
||||
Reference in New Issue
Block a user