- Fixed a bug from revision 3514. Now we pass one more gdi bitmap test.

svn path=/trunk/; revision=37451
This commit is contained in:
James Tabor 2008-11-18 21:24:33 +00:00
parent 51ebda7d29
commit cddb6be52b

View file

@ -275,7 +275,9 @@ IntSetDIBits(
// If it succeeded, return number of scanlines copies
if(copyBitsResult == TRUE)
{
result = SourceSize.cy - 1;
result = SourceSize.cy;
// or
// result = abs(bmi->bmiHeader.biHeight) - StartScan;
}
// Clean up