end of the debate? changing the defaults back to 96 dpi and do display small fonts

This commit is contained in:
pierre%netscape.com 1999-04-28 05:06:41 +00:00
Родитель 6f81da795d
Коммит 7bcb35c379
2 изменённых файлов: 4 добавлений и 4 удалений

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

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