diff options
Diffstat (limited to 'GL/glx/glxext.h')
-rw-r--r-- | GL/glx/glxext.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/GL/glx/glxext.h b/GL/glx/glxext.h index 210fbb88c..7d0383d8d 100644 --- a/GL/glx/glxext.h +++ b/GL/glx/glxext.h @@ -1,4 +1,4 @@ -/* $XFree86: xc/programs/Xserver/GL/glx/glxext.h,v 1.7 2003/11/17 22:20:26 dawes Exp $ */ +/* $XFree86: xc/programs/Xserver/GL/glx/glxext.h,v 1.4 2001/03/21 16:29:36 dawes Exp $ */ #ifndef _glxext_h_ #define _glxext_h_ @@ -71,7 +71,7 @@ extern GLboolean __glXErrorOccured(void); extern void __glXResetLargeCommandStatus(__GLXclientState*); extern int __glXQueryContextInfoEXT(__GLXclientState *cl, GLbyte *pc); -extern int __glXSwapQueryContextInfoEXT(__GLXclientState *cl, GLbyte *pc); +extern int __glXSwapQueryContextInfoEXT(__GLXclientState *cl, char *pc); extern int __glXMakeCurrentReadSGI(__GLXclientState *cl, GLbyte *pc); extern int __glXSwapMakeCurrentReadSGI(__GLXclientState *cl, GLbyte *pc); @@ -80,10 +80,8 @@ extern void GlxExtensionInit(void); extern Bool __glXCoreType(void); -extern const char GLServerVersion[]; -extern int DoGetString(__GLXclientState *cl, GLbyte *pc, GLboolean need_swap); - extern int GlxInitVisuals( +#if NeedFunctionPrototypes VisualPtr * visualp, DepthPtr * depthp, int * nvisualp, @@ -93,6 +91,7 @@ extern int GlxInitVisuals( unsigned long sizes, int bitsPerRGB, int preferredVis +#endif ); #endif /* _glxext_h_ */ |