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

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Wed Sep 17 10:11:09 PDT 2008


 hw/xquartz/darwin.c |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

New commits:
commit 1317c8ff94c4bd32617a5398e929f667bd87da58
Author: Jeremy Huddleston <jeremyhu at freedesktop.org>
Date:   Wed Sep 17 10:11:00 2008 -0700

    XQuartz: Don't enable 8bit visuals in the TrueColor server, since it's not working yet

diff --git a/hw/xquartz/darwin.c b/hw/xquartz/darwin.c
index 3f32779..5a2d58c 100644
--- a/hw/xquartz/darwin.c
+++ b/hw/xquartz/darwin.c
@@ -216,9 +216,10 @@ static Bool DarwinAddScreen(int index, ScreenPtr pScreen, int argc, char **argv)
                                  dfb->greenMask, dfb->blueMask)) {
         return FALSE;
     }
-    
-    if(dfb->depth > 8)
-        miSetVisualTypesAndMasks(8, PseudoColorMask, 8, PseudoColor, 0, 0, 0);
+  
+// TODO: Make PseudoColor visuals not suck in TrueColor mode  
+//    if(dfb->depth > 8)
+//        miSetVisualTypesAndMasks(8, PseudoColorMask, 8, PseudoColor, 0, 0, 0);
     if(dfb->depth > 15)
         miSetVisualTypesAndMasks(15, LARGE_VISUALS, 5, TrueColor, 0x7c00, 0x03e0, 0x001f);
     if(dfb->depth > 24)


More information about the xorg-commit mailing list