[xserver-commit] xserver/GL/glx glxext.h,1.4,1.5
Warren Turkal
xserver-commit@pdx.freedesktop.org
Committed by: wt
Update of /cvs/xserver/xserver/GL/glx
In directory pdx:/tmp/cvs-serv15213/GL/glx
Modified Files:
glxext.h
Log Message:
* completely get rid of NeedNestedPrototypes
* completely get rid of NeedVarargsPrototypes
* remove a lot of NeedFunctionPrototypes
* ansify many function declarations
Index: glxext.h
===================================================================
RCS file: /cvs/xserver/xserver/GL/glx/glxext.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- a/glxext.h 3 Jul 2003 18:05:13 -0000 1.4
+++ b/glxext.h 18 Feb 2004 03:23:35 -0000 1.5
@@ -81,7 +81,6 @@
extern Bool __glXCoreType(void);
extern int GlxInitVisuals(
-#if NeedFunctionPrototypes
VisualPtr * visualp,
DepthPtr * depthp,
int * nvisualp,
@@ -91,7 +90,6 @@
unsigned long sizes,
int bitsPerRGB,
int preferredVis
-#endif
);
#endif /* _glxext_h_ */