diff options
author | Jon Smirl <[email protected]> | 2004-06-26 17:16:42 +0000 |
---|---|---|
committer | Jon Smirl <[email protected]> | 2004-06-26 17:16:42 +0000 |
commit | c2bffec91a5b6ba72514c875b70dbc96ac97431d (patch) | |
tree | 3c5f963b8cec93217b18cdec35c50f0c45b3339e /include/GL/miniglx.h | |
parent | e16f6e3f234391027b300ec2ca8b56fc13aac825 (diff) |
Mesa-solo builds with these changes. There are still more fixups needed to
get individual drivers working again. This converts miniglx to the new
dri interface. Thanks to Erdi Chen for the new interface code.
Diffstat (limited to 'include/GL/miniglx.h')
-rw-r--r-- | include/GL/miniglx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/GL/miniglx.h b/include/GL/miniglx.h index 41e20936285..1a6304f6ba1 100644 --- a/include/GL/miniglx.h +++ b/include/GL/miniglx.h @@ -420,8 +420,8 @@ glXGetCurrentContext( void ); extern GLXDrawable glXGetCurrentDrawable( void ); -extern const void * -glXGetProcAddress( const GLubyte *procname ); +extern void +(*glXGetProcAddress(const GLubyte *procname))( void ); extern Bool glXQueryVersion( Display *dpy, int *major, int *minor ); |