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

Ben Byer bbyer at kemper.freedesktop.org
Tue Oct 30 19:05:11 PDT 2007


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

New commits:
commit bb8eae78d58ddcd475b3c2145e39baec7953775d
Author: Ben Byer <bbyer at bbyer.apple.com>
Date:   Tue Oct 30 19:05:02 2007 -0700

    Enable PseudoramiX extension by default, like on the old server

diff --git a/hw/darwin/quartz/quartz.c b/hw/darwin/quartz/quartz.c
index ac555ec..422bd17 100644
--- a/hw/darwin/quartz/quartz.c
+++ b/hw/darwin/quartz/quartz.c
@@ -63,7 +63,7 @@ int                     quartzServerVisible = TRUE;
 int                     quartzServerQuitting = FALSE;
 int                     quartzScreenIndex = 0;
 int                     aquaMenuBarHeight = 0;
-int                     noPseudoramiXExtension = TRUE;
+int                     noPseudoramiXExtension = FALSE;
 QuartzModeProcsPtr      quartzProcs = NULL;
 const char             *quartzOpenGLBundle = NULL;
 


More information about the xorg-commit mailing list