зеркало из https://github.com/mozilla/pjs.git
OS/2 Build break
This commit is contained in:
Родитель
b02946cae2
Коммит
3c6595593d
|
@ -352,13 +352,14 @@ nsresult nsRenderingContextOS2::SelectOffScreenDrawingSurface( nsDrawingSurface
|
|||
{
|
||||
nsresult rc = NS_ERROR_FAILURE;
|
||||
|
||||
nsPaletteInfo palInfo;
|
||||
mContext->GetPaletteInfo(palInfo);
|
||||
|
||||
if( aSurface)
|
||||
{
|
||||
NS_IF_RELEASE(mSurface);
|
||||
mSurface = (nsDrawingSurfaceOS2 *) aSurface;
|
||||
// If this is a palette device, then select and realize the palette
|
||||
nsPaletteInfo palInfo;
|
||||
mContext->GetPaletteInfo(palInfo);
|
||||
|
||||
if (palInfo.isPaletteDevice && palInfo.palette)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче