projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42f252f
)
replaced glGetMinMax() with glGetMinmax()
author
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 15 Oct 1999 21:59:23 +0000
(21:59 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 15 Oct 1999 21:59:23 +0000
(21:59 +0000)
include/GL/gl.h
patch
|
blob
|
history
diff --git
a/include/GL/gl.h
b/include/GL/gl.h
index 8c00484d58f3c2cb942a2df254b0cc769312a8d5..17ce5e5f17e8f2a74e958bf185253155e0612c41 100644
(file)
--- 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 tjum
p Exp $ */
+/* $Id: gl.h,v 1.
9 1999/10/15 21:59:23 brian
p 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 glGetMin
M
ax( GLenum target, GLboolean reset,
+GLAPI void GLAPIENTRY glGetMin
m
ax( GLenum target, GLboolean reset,
GLenum format, GLenum types,
GLvoid *values );