150881 - fix BeOS build bustage.
This commit is contained in:
Родитель
03d66fba45
Коммит
2f30ab50d6
|
@ -494,7 +494,7 @@ NS_IMETHODIMP nsImageBeOS::DrawToImage(nsIImage *aDstImage, nscoord aDX, nscoord
|
|||
}
|
||||
|
||||
RectStretch(mWidth, mHeight, aDWidth, aDHeight,
|
||||
aDWidth-1, aDHeight-1,
|
||||
0, 0, aDWidth-1, aDHeight-1,
|
||||
mAlphaBits, mAlphaRowBytes, scaledAlpha, alphaStride, mAlphaDepth);
|
||||
}
|
||||
rgbPtr = scaledImage;
|
||||
|
|
Загрузка…
Ссылка в новой задаче