bug=122996 r=karnaze sr=attinasi a=asa Fixes a windows98 tiling quirk with PatBlt.

This commit is contained in:
dcone%netscape.com 2002-02-24 04:18:09 +00:00
Родитель 54fa680332
Коммит fb35e2faa8
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -967,7 +967,7 @@ nsImageWin :: PatBltTile(nsIRenderingContext &aContext, nsDrawingSurface aSurfac
if (PR_TRUE != gIsWinNT) {
if((mBHead->biWidth<8)&&(mBHead->biHeight<8)){
if((mBHead->biWidth<8)||(mBHead->biHeight<8)){
return PR_FALSE; // this does not seem to work on win 98
}
}