mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 12:56:39 +00:00
[WIN32K]
- same as 48681 for win32k svn path=/branches/reactos-yarotows/; revision=48682
This commit is contained in:
parent
b0fe5ee433
commit
66fd97f171
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue