From 85e4e5445218d70f627fb132a8e8f18470e6749d Mon Sep 17 00:00:00 2001 From: Roland Mainz Date: Mon, 26 Apr 2004 11:07:03 +0000 Subject: Work-in-progress for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=542 - GLX support for PS DDX / part #1: Fix visual setup (attachment #243) --- mi/miinitext.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'mi') diff --git a/mi/miinitext.c b/mi/miinitext.c index ab452e10f..5b242498f 100644 --- a/mi/miinitext.c +++ b/mi/miinitext.c @@ -1,4 +1,4 @@ -/* $XdotOrg: xc/programs/Xserver/mi/miinitext.c,v 1.1.4.7 2004/04/15 10:17:22 eich Exp $ */ +/* $XdotOrg: xc/programs/Xserver/mi/miinitext.c,v 1.2 2004/04/23 19:54:26 eich Exp $ */ /* $XFree86: xc/programs/Xserver/mi/miinitext.c,v 3.67 2003/01/12 02:44:27 dawes Exp $ */ /*********************************************************** @@ -69,7 +69,6 @@ SOFTWARE. #undef PANORAMIX #undef RES #undef XIE -#undef GLXEXT /* not yet */ #undef XINPUT #undef XV #undef SCREENSAVER @@ -379,14 +378,12 @@ InitExtensions(argc, argv) #endif #endif #ifdef GLXEXT -#ifndef XPRINT /* we don't want Glx in the Xprint server */ #ifndef __DARWIN__ GlxExtensionInit(); #else DarwinGlxExtensionInit(); #endif #endif -#endif #ifdef DPSEXT #ifndef XPRINT DPSExtensionInit(); @@ -408,14 +405,12 @@ InitVisualWrap() { miResetInitVisuals(); #ifdef GLXEXT -#ifndef XPRINT #ifndef __DARWIN__ GlxWrapInitVisuals(&miInitVisualsProc); #else DarwinGlxWrapInitVisuals(&miInitVisualsProc); #endif #endif -#endif } #else /* XFree86LOADER */ -- cgit v1.2.3