diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2007-04-05 19:13:47 +0300 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2007-04-05 19:13:47 +0300 |
commit | a4e2fc703484fffed8dd50c1b4b24c564be4d3cd (patch) | |
tree | 2dbeca60c6699460b8751c35ed8a564a034a94fd /GL/glx/glxext.h | |
parent | 38ca7d388c47c4800c74442172d6595a9b3dfcc7 (diff) |
glx: Remove stray __GLinterface.
__GLinterface was droped from glcore.h
Diffstat (limited to 'GL/glx/glxext.h')
-rw-r--r-- | GL/glx/glxext.h | 2 |
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*); |