From 52145bc04fa2b83d6fa2a622adac78c8fd5f3a76 Mon Sep 17 00:00:00 2001 From: "pierre%netscape.com" Date: Wed, 28 Apr 1999 05:06:41 +0000 Subject: [PATCH] end of the debate? changing the defaults back to 96 dpi and do display small fonts git-svn-id: svn://10.0.0.236/trunk@29687 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/gfx/src/mac/nsDeviceContextMac.cpp | 4 ++-- mozilla/widget/src/mac/nsDeviceContextMac.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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);