зеркало из https://github.com/mozilla/gecko-dev.git
bug=122996 r=karnaze sr=attinasi a=asa Fixes a windows98 tiling quirk with PatBlt.
This commit is contained in:
Родитель
54fa680332
Коммит
fb35e2faa8
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче