diff --git a/mozilla/gfx/src/mac/nsDeviceContextMac.cpp b/mozilla/gfx/src/mac/nsDeviceContextMac.cpp index a6bf63cacee..3baab65735e 100644 --- a/mozilla/gfx/src/mac/nsDeviceContextMac.cpp +++ b/mozilla/gfx/src/mac/nsDeviceContextMac.cpp @@ -32,8 +32,8 @@ #include "nsIServiceManager.h" -PRUint32 nsDeviceContextMac::mPixelsPerInch = 72; -PRBool nsDeviceContextMac::mDisplayVerySmallFonts = false; +PRUint32 nsDeviceContextMac::mPixelsPerInch = 96; +PRBool nsDeviceContextMac::mDisplayVerySmallFonts = true; static NS_DEFINE_IID(kDeviceContextIID, NS_IDEVICE_CONTEXT_IID); diff --git a/mozilla/widget/src/mac/nsDeviceContextMac.cpp b/mozilla/widget/src/mac/nsDeviceContextMac.cpp index a6bf63cacee..3baab65735e 100644 --- a/mozilla/widget/src/mac/nsDeviceContextMac.cpp +++ b/mozilla/widget/src/mac/nsDeviceContextMac.cpp @@ -32,8 +32,8 @@ #include "nsIServiceManager.h" -PRUint32 nsDeviceContextMac::mPixelsPerInch = 72; -PRBool nsDeviceContextMac::mDisplayVerySmallFonts = false; +PRUint32 nsDeviceContextMac::mPixelsPerInch = 96; +PRBool nsDeviceContextMac::mDisplayVerySmallFonts = true; static NS_DEFINE_IID(kDeviceContextIID, NS_IDEVICE_CONTEXT_IID);