mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- Fixed a bug from revision 3514. Now we pass one more gdi bitmap test.
svn path=/trunk/; revision=37451
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user