XQuartz: Disable GLX for now, since we don't have a working solution.

This commit is contained in:
Jeremy Huddleston 2008-08-29 21:01:24 -07:00
parent 24aef18e97
commit 4411b8b4de

View File

@ -54,6 +54,7 @@
void DarwinListenOnOpenFD(int fd);
extern int noPanoramiXExtension;
extern Bool noGlxExtension;
#define DEFAULT_CLIENT "/usr/X11/bin/xterm"
#define DEFAULT_STARTX "/usr/X11/bin/startx"
@ -401,6 +402,7 @@ int main(int argc, char **argv, char **envp) {
// The server must not run the PanoramiX operations.
noPanoramiXExtension = TRUE;
noGlxExtension = TRUE;
/* Setup the initial crasherporter info */
strlcpy(__crashreporter_info__, __crashreporter_info__base, __crashreporter_info__len);