Author: jgardou
Date: Wed Sep 1 18:39:37 2010
New Revision: 48682
URL:
http://svn.reactos.org/svn/reactos?rev=48682&view=rev
Log:
[WIN32K]
- same as 48681 for win32k
Modified:
branches/reactos-yarotows/subsystems/win32/win32k/eng/bitblt.c
Modified: branches/reactos-yarotows/subsystems/win32/win32k/eng/bitblt.c
URL:
http://svn.reactos.org/svn/reactos/branches/reactos-yarotows/subsystems/win…
==============================================================================
--- branches/reactos-yarotows/subsystems/win32/win32k/eng/bitblt.c [iso-8859-1]
(original)
+++ branches/reactos-yarotows/subsystems/win32/win32k/eng/bitblt.c [iso-8859-1] Wed Sep 1
18:39:37 2010
@@ -158,7 +158,7 @@
// 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;
}