150881 - fix BeOS build bustage.

This commit is contained in:
tor%cs.brown.edu 2003-11-23 20:50:40 +00:00
Родитель 03d66fba45
Коммит 2f30ab50d6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;