xserver: Branch 'xorg-server-1.4-apple'

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Tue Oct 21 11:24:51 PDT 2008


 hw/xquartz/darwin.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 08a5a333d7fea68146cd9cf50682b811378ab3ce
Author: Jeremy Huddleston <jeremyhu at freedesktop.org>
Date:   Tue Oct 21 11:23:42 2008 -0700

    XQuartz: Default dpi to 96 instead of 75

diff --git a/hw/xquartz/darwin.c b/hw/xquartz/darwin.c
index 277881f..5e30ab2 100644
--- a/hw/xquartz/darwin.c
+++ b/hw/xquartz/darwin.c
@@ -234,7 +234,7 @@ static Bool DarwinAddScreen(int index, ScreenPtr pScreen, int argc, char **argv)
     if (monitorResolution)
         dpi = monitorResolution;
     else
-        dpi = 75;
+        dpi = 96;
 
     // initialize fb
     if (! fbScreenInit(pScreen,


More information about the xorg-commit mailing list