diff options
author | Ian Romanick <idr@us.ibm.com> | 2005-07-26 05:57:24 +0000 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2005-07-26 05:57:24 +0000 |
commit | 5c6fd3dd4c1b8e95c4da8cc4a52aa310ad324d45 (patch) | |
tree | 17957896f7bcf4f45b4e8d8bc2a75537df433c30 /src/glx/x11 | |
parent | a08d8a095c117bd845418401dc754851e6187aa4 (diff) |
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. :)
Diffstat (limited to 'src/glx/x11')
-rw-r--r-- | src/glx/x11/glxext.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/glx/x11/glxext.c b/src/glx/x11/glxext.c index 66567b8313..25be081b03 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); |