mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-29 09:10:08 +01:00
Enable PseudoramiX extension by default, like on the old server
This commit is contained in:
parent
37679cadf8
commit
65c67205fd
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue