From 0a7decc6fdbbaa3a420dc5467a8929934bd5d135 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Fri, 3 Apr 2009 17:14:24 +0000 Subject: [PATCH] - Add a leftover from commit 40334. svn path=/trunk/; revision=40352 --- reactos/subsystems/win32/win32k/objects/bitblt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsystems/win32/win32k/objects/bitblt.c b/reactos/subsystems/win32/win32k/objects/bitblt.c index 478f86affcc..6f10ec20e5c 100644 --- a/reactos/subsystems/win32/win32k/objects/bitblt.c +++ b/reactos/subsystems/win32/win32k/objects/bitblt.c @@ -876,7 +876,7 @@ GreStretchBltMask( /* Perform the bitblt operation */ Status = IntEngStretchBlt(&BitmapDest->SurfObj, &BitmapSrc->SurfObj, - NULL, + BitmapMask ? &BitmapMask->SurfObj : NULL, DCDest->rosdc.CombinedClip, XlateObj, &DestRect,