mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
bug 229990. fix another beos build bustage.
This commit is contained in:
parent
5de508a105
commit
f9882ae022
@ -112,10 +112,8 @@ nsScreenBeOS :: GetPixelDepth(PRInt32 *aPixelDepth)
|
||||
pixelDepth = 16;
|
||||
break;
|
||||
default:
|
||||
#ifdef DEBUG
|
||||
printf("FIXME: Please add this screen depth to the code nsScreenBeOS.cpp\n");
|
||||
#endif
|
||||
pixelDepth = 32;
|
||||
NS_NOTREACHED("FIXME: Please add this screen depth to the code nsScreenBeOS.cpp");
|
||||
pixelDepth = 32;
|
||||
break;
|
||||
}
|
||||
*aPixelDepth = pixelDepth;
|
||||
|
Loading…
Reference in New Issue
Block a user