Fix for Bug 534918's bustage (build error: "initialization of 'OSVal' is skipped by 'default' label")

This commit is contained in:
Daniel Holbert 2009-12-15 15:37:55 -08:00
Родитель 4bf1de5718
Коммит e41991008d
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -646,11 +646,12 @@ nsThebesDeviceContext::SetDPI()
break;
#ifdef XP_WIN
case gfxASurface::SurfaceTypeWin32:
case gfxASurface::SurfaceTypeWin32Printing:
case gfxASurface::SurfaceTypeWin32Printing: {
PRInt32 OSVal = GetDeviceCaps(GetPrintHDC(), LOGPIXELSY);
dpi = 144;
mPrintingScale = float(OSVal) / dpi;
break;
}
#endif
#ifdef XP_OS2
case gfxASurface::SurfaceTypeOS2: