зеркало из https://github.com/mozilla/gecko-dev.git
Make ::GetPixelDepth() know about rgb16
This commit is contained in:
Родитель
51a7ceb008
Коммит
b81dafada2
|
@ -94,6 +94,9 @@ nsScreenBeOS :: GetPixelDepth(PRInt32 *aPixelDepth)
|
|||
case B_RGB15:
|
||||
pixelDepth = 15;
|
||||
break;
|
||||
case B_RGB16:
|
||||
pixelDepth = 16;
|
||||
break;
|
||||
default:
|
||||
printf("FIXME: Please add this screen depth to the code nsScreenBeOS.cpp\n");
|
||||
pixelDepth = 32;
|
||||
|
|
Загрузка…
Ссылка в новой задаче