mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 03:27:31 +00:00
- Add a leftover from commit 40334.
svn path=/trunk/; revision=40352
This commit is contained in:
parent
345900effc
commit
0a7decc6fd
|
@ -876,7 +876,7 @@ GreStretchBltMask(
|
||||||
/* Perform the bitblt operation */
|
/* Perform the bitblt operation */
|
||||||
Status = IntEngStretchBlt(&BitmapDest->SurfObj,
|
Status = IntEngStretchBlt(&BitmapDest->SurfObj,
|
||||||
&BitmapSrc->SurfObj,
|
&BitmapSrc->SurfObj,
|
||||||
NULL,
|
BitmapMask ? &BitmapMask->SurfObj : NULL,
|
||||||
DCDest->rosdc.CombinedClip,
|
DCDest->rosdc.CombinedClip,
|
||||||
XlateObj,
|
XlateObj,
|
||||||
&DestRect,
|
&DestRect,
|
||||||
|
|
Loading…
Reference in a new issue