From bb8eae78d58ddcd475b3c2145e39baec7953775d Mon Sep 17 00:00:00 2001 From: Ben Byer Date: Tue, 30 Oct 2007 19:05:02 -0700 Subject: [PATCH] Enable PseudoramiX extension by default, like on the old server --- hw/darwin/quartz/quartz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/darwin/quartz/quartz.c b/hw/darwin/quartz/quartz.c index ac555ecd7..422bd17cf 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;