XQuartz: Default dpi to 96 instead of 75

(cherry picked from commit 08a5a333d7)
This commit is contained in:
Jeremy Huddleston 2008-10-21 11:23:42 -07:00
parent 2d764e21f2
commit a003932dcc

View File

@ -233,7 +233,7 @@ static Bool DarwinAddScreen(int index, ScreenPtr pScreen, int argc, char **argv)
if (monitorResolution) if (monitorResolution)
dpi = monitorResolution; dpi = monitorResolution;
else else
dpi = 75; dpi = 96;
// initialize fb // initialize fb
if (! fbScreenInit(pScreen, if (! fbScreenInit(pScreen,