Enable PseudoramiX extension by default, like on the old server

This commit is contained in:
Ben Byer 2007-10-30 19:05:02 -07:00
parent 6b6b1d09bf
commit bb8eae78d5

View file

@ -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;