mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 13:38:19 +00:00
Fix typo...
svn path=/branches/reactos-yarotows/; revision=46903
This commit is contained in:
parent
0cdfd4399d
commit
859f9c2a13
1 changed files with 1 additions and 2 deletions
|
@ -78,8 +78,7 @@ NtGdiAlphaBlend(
|
||||||
GDIOBJ_UnlockObjByPtr(&DCSrc->BaseObject);
|
GDIOBJ_UnlockObjByPtr(&DCSrc->BaseObject);
|
||||||
GDIOBJ_UnlockObjByPtr(&DCDest->BaseObject);
|
GDIOBJ_UnlockObjByPtr(&DCDest->BaseObject);
|
||||||
/* Yes, Windows really returns TRUE in this case */
|
/* Yes, Windows really returns TRUE in this case */
|
||||||
bResult = TRUE;
|
return TRUE;
|
||||||
goto leave;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
DestRect.left = XOriginDest;
|
DestRect.left = XOriginDest;
|
||||||
|
|
Loading…
Reference in a new issue