mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Fix bitmap tests.
svn path=/trunk/; revision=38102
This commit is contained in:
@@ -1019,7 +1019,7 @@ NtGdiStretchDIBitsInternal(
|
||||
}
|
||||
|
||||
hBitmap = NtGdiCreateCompatibleBitmap( hDC,
|
||||
BitsInfo->bmiHeader.biWidth,
|
||||
abs(BitsInfo->bmiHeader.biWidth),
|
||||
abs(BitsInfo->bmiHeader.biHeight));
|
||||
if (hBitmap == NULL)
|
||||
{
|
||||
@@ -1532,7 +1532,7 @@ DIB_CreateDIBSection(
|
||||
*bits = bm.bmBits;
|
||||
}
|
||||
|
||||
if (res) pDc_Attr->ulDirty_ |= DC_DIBSECTION;
|
||||
// if (res) pDc_Attr->ulDirty_ |= DC_DIBSECTION;
|
||||
|
||||
return res;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user