From 66fd97f1719b5cad0f520a963c6d81bc764af74d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Wed, 1 Sep 2010 18:39:37 +0000 Subject: [PATCH] [WIN32K] - same as 48681 for win32k svn path=/branches/reactos-yarotows/; revision=48682 --- subsystems/win32/win32k/eng/bitblt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsystems/win32/win32k/eng/bitblt.c b/subsystems/win32/win32k/eng/bitblt.c index 876a4011774..92e90959dc4 100644 --- a/subsystems/win32/win32k/eng/bitblt.c +++ b/subsystems/win32/win32k/eng/bitblt.c @@ -158,7 +158,7 @@ BltPatCopy(SURFOBJ* Dest, // These functions are assigned if we're working with a DIB // The assigned functions depend on the bitsPerPixel of the DIB - DibFunctionsForBitmapFormat[Dest->iBitmapFormat].DIB_ColorFill(Dest, DestRect, pbo ? (pbo->iSolidColor &0x00ffffff): 0); + DibFunctionsForBitmapFormat[Dest->iBitmapFormat].DIB_ColorFill(Dest, DestRect, pbo ? pbo->iSolidColor : 0); return TRUE; } -- 2.17.1