mirror of
https://github.com/reactos/reactos.git
synced 2026-07-02 10:44:37 +08:00
StartScan is always in BOTTOM_UP sense for GetDIBits
svn path=/trunk/; revision=19269
This commit is contained in:
@@ -498,7 +498,8 @@ NtGdiGetDIBits(HDC hDC,
|
||||
DestPaletteType, SourcePaletteType, hDestPalette, hSourcePalette);
|
||||
|
||||
SourcePoint.x = 0;
|
||||
SourcePoint.y = StartScan;
|
||||
SourcePoint.y = BitmapObj->SurfObj.sizlBitmap.cy -
|
||||
(StartScan + ScanLines);
|
||||
|
||||
/* Determine destination rectangle */
|
||||
DestRect.top = 0;
|
||||
|
||||
Reference in New Issue
Block a user