summaryrefslogtreecommitdiff
path: root/GL/glx/glxext.h
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsap7@yahoo.gr>2007-04-05 19:13:47 +0300
committerGeorge Sapountzis <gsap7@yahoo.gr>2007-04-05 19:13:47 +0300
commita4e2fc703484fffed8dd50c1b4b24c564be4d3cd (patch)
tree2dbeca60c6699460b8751c35ed8a564a034a94fd /GL/glx/glxext.h
parent38ca7d388c47c4800c74442172d6595a9b3dfcc7 (diff)
glx: Remove stray __GLinterface.
__GLinterface was droped from glcore.h
Diffstat (limited to 'GL/glx/glxext.h')
-rw-r--r--GL/glx/glxext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/GL/glx/glxext.h b/GL/glx/glxext.h
index edd66a8f0..dc4cd4afe 100644
--- a/GL/glx/glxext.h
+++ b/GL/glx/glxext.h
@@ -66,7 +66,7 @@ typedef struct {
extern GLboolean __glXFreeContext(__GLXcontext *glxc);
extern void __glXFlushContextCache(void);
-extern void __glXErrorCallBack(__GLinterface *gc, GLenum code);
+extern void __glXErrorCallBack(GLenum code);
extern void __glXClearErrorOccured(void);
extern GLboolean __glXErrorOccured(void);
extern void __glXResetLargeCommandStatus(__GLXclientState*);