mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:32:57 +00:00
[WIN32K]
- Remove left-over assert svn path=/trunk/; revision=63922
This commit is contained in:
parent
c8ed53856b
commit
9a96133a37
1 changed files with 0 additions and 1 deletions
|
@ -604,7 +604,6 @@ NtGdiSetDIBitsToDeviceInternal(
|
||||||
/* HACK: If this is a RLE bitmap, only the relevant pixels must be set. */
|
/* HACK: If this is a RLE bitmap, only the relevant pixels must be set. */
|
||||||
if ((bmi->bmiHeader.biCompression == BI_RLE8) || (bmi->bmiHeader.biCompression == BI_RLE4))
|
if ((bmi->bmiHeader.biCompression == BI_RLE8) || (bmi->bmiHeader.biCompression == BI_RLE4))
|
||||||
{
|
{
|
||||||
ASSERT(ScanLines == bmi->bmiHeader.biHeight);
|
|
||||||
hMaskBitmap = IntGdiCreateMaskFromRLE(bmi->bmiHeader.biWidth,
|
hMaskBitmap = IntGdiCreateMaskFromRLE(bmi->bmiHeader.biWidth,
|
||||||
ScanLines,
|
ScanLines,
|
||||||
bmi->bmiHeader.biCompression,
|
bmi->bmiHeader.biCompression,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue