mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[WIN32K:ENG] Fix return value in EngAlphaBlend
This commit is contained in:
parent
c4f42b5a65
commit
7774a249ba
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ EngAlphaBlend(
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case DC_RECT:
|
case DC_RECT:
|
||||||
|
Ret = TRUE;
|
||||||
ClipRect.left = ClipRegion->rclBounds.left + Translate.x;
|
ClipRect.left = ClipRegion->rclBounds.left + Translate.x;
|
||||||
ClipRect.right = ClipRegion->rclBounds.right + Translate.x;
|
ClipRect.right = ClipRegion->rclBounds.right + Translate.x;
|
||||||
ClipRect.top = ClipRegion->rclBounds.top + Translate.y;
|
ClipRect.top = ClipRegion->rclBounds.top + Translate.y;
|
||||||
|
|
Loading…
Reference in a new issue