From 2ec70aa70133190ad31a83114fdb9a218e6aa8e6 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Sun, 25 Jan 2004 05:31:24 +0000 Subject: [PATCH] Disable GLX visuals code on !GLXEXT, and remove a useless prototype. --- hw/kdrive/ati/ati_dri.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/kdrive/ati/ati_dri.c b/hw/kdrive/ati/ati_dri.c index c6da406fe..5bd07916a 100644 --- a/hw/kdrive/ati/ati_dri.c +++ b/hw/kdrive/ati/ati_dri.c @@ -46,8 +46,7 @@ # define DRM_PAGE_SIZE 4096 #endif -void XFree86DRIExtensionInit(void); - +#ifdef GLXEXT /* Initialize the visual configs that are supported by the hardware. * These are combined with the visual configs that the indirect * rendering core supports, and the intersection is exported to the @@ -212,6 +211,7 @@ static Bool ATIInitVisualConfigs(ScreenPtr pScreen) GlxSetVisualConfigs(numConfigs, pConfigs, (void**)pATIConfigPtrs); return TRUE; } +#endif /* GLXEXT */ static void ATIDRIInitGARTValues(ScreenPtr pScreen)