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:
parent
31ac6b533c
commit
52145bc04f
@ -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);
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user