mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[WIN32K]
- Fix detection of trivial clipping region - CID 731584 svn path=/trunk/; revision=57496
This commit is contained in:
parent
cfa6623328
commit
9d29067d15
1 changed files with 1 additions and 1 deletions
|
@ -440,7 +440,7 @@ IntEngStretchBlt(SURFOBJ *psoDest,
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
if (ClipRegion)
|
||||
if (ClipRegion->iDComplexity != DC_TRIVIAL)
|
||||
{
|
||||
if (!RECTL_bIntersectRect(&OutputRect, &InputClippedRect,
|
||||
&ClipRegion->rclBounds))
|
||||
|
|
Loading…
Reference in a new issue