mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[WIN32K:ENG] Fix return value in EngAlphaBlend
This commit is contained in:
@@ -131,6 +131,7 @@ EngAlphaBlend(
|
||||
break;
|
||||
|
||||
case DC_RECT:
|
||||
Ret = TRUE;
|
||||
ClipRect.left = ClipRegion->rclBounds.left + Translate.x;
|
||||
ClipRect.right = ClipRegion->rclBounds.right + Translate.x;
|
||||
ClipRect.top = ClipRegion->rclBounds.top + Translate.y;
|
||||
|
||||
Reference in New Issue
Block a user