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
This commit is contained in:
pierre%netscape.com 1999-04-28 05:06:41 +00:00
parent 31ac6b533c
commit 52145bc04f
2 changed files with 4 additions and 4 deletions

View File

@ -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);

View File

@ -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);