From 5c6fd3dd4c1b8e95c4da8cc4a52aa310ad324d45 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Tue, 26 Jul 2005 05:57:24 +0000 Subject: No, really, get rid of all the remaining references to DRI_USE_NEW_INTERFACE. A couple other remnants of the old interfaces hit the dust too. Thanks Jon. :) --- src/glx/x11/glxext.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/glx/x11') diff --git a/src/glx/x11/glxext.c b/src/glx/x11/glxext.c index 66567b83138..25be081b03d 100644 --- a/src/glx/x11/glxext.c +++ b/src/glx/x11/glxext.c @@ -111,6 +111,10 @@ static int _mesa_sparc_needs_init = 1; #define INIT_MESA_SPARC #endif +#ifdef GLX_DIRECT_RENDERING +static __DRIscreen *__glXFindDRIScreen(__DRInativeDisplay *dpy, int scrn); +#endif /* GLX_DIRECT_RENDERING */ + static Bool MakeContextCurrent(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext gc); -- cgit v1.2.3