зеркало из https://github.com/mozilla/gecko-dev.git
Removes console output in opt builds from gfx, gfx2, gtk.
Bugs 78645(r=cls, rs=blizzard, a=drivers(blizzard)) and 78665 (r=cls, sr=blizzard, a=drivers(blizzard)).
This commit is contained in:
Родитель
b81dafada2
Коммит
b4b0672354
|
@ -98,7 +98,9 @@ nsScreenBeOS :: GetPixelDepth(PRInt32 *aPixelDepth)
|
||||||
pixelDepth = 16;
|
pixelDepth = 16;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
#ifdef DEBUG
|
||||||
printf("FIXME: Please add this screen depth to the code nsScreenBeOS.cpp\n");
|
printf("FIXME: Please add this screen depth to the code nsScreenBeOS.cpp\n");
|
||||||
|
#endif
|
||||||
pixelDepth = 32;
|
pixelDepth = 32;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче