mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 19:33:23 +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:
parent
51ebda7d29
commit
cddb6be52b
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue