From 251ba69ffc6f153f75bba075c9f23c53b2317e9c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 15 Oct 1999 21:59:23 +0000 Subject: replaced glGetMinMax() with glGetMinmax() --- include/GL/gl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/GL') diff --git a/include/GL/gl.h b/include/GL/gl.h index 8c00484d58..17ce5e5f17 100644 --- a/include/GL/gl.h +++ b/include/GL/gl.h @@ -1,4 +1,4 @@ -/* $Id: gl.h,v 1.8 1999/09/19 02:03:18 tjump Exp $ */ +/* $Id: gl.h,v 1.9 1999/10/15 21:59:23 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -2107,7 +2107,7 @@ GLAPI void GLAPIENTRY glMinmax( GLenum target, GLenum internalformat, GLAPI void GLAPIENTRY glResetMinmax( GLenum target ); -GLAPI void GLAPIENTRY glGetMinMax( GLenum target, GLboolean reset, +GLAPI void GLAPIENTRY glGetMinmax( GLenum target, GLboolean reset, GLenum format, GLenum types, GLvoid *values ); -- cgit v1.2.3