diff options
author | Brian Paul <[email protected]> | 2002-09-06 03:30:20 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-09-06 03:30:20 +0000 |
commit | e41c57758d30c59cf5986f50c6f2326815c6ac53 (patch) | |
tree | a63e78f5524b24d32a14631cfff5b201f4881480 /src/mesa/glapi/APIspec | |
parent | 7d7ec0ea917e6abb5711b7c8dad0b17c8469482f (diff) |
fixed glSampleCoverage typo
Diffstat (limited to 'src/mesa/glapi/APIspec')
-rw-r--r-- | src/mesa/glapi/APIspec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/glapi/APIspec b/src/mesa/glapi/APIspec index f5b113d0a74..b2978de4dc9 100644 --- a/src/mesa/glapi/APIspec +++ b/src/mesa/glapi/APIspec @@ -1,4 +1,4 @@ -# $Id: APIspec,v 1.10 2002/09/06 03:19:36 brianp Exp $ +# $Id: APIspec,v 1.11 2002/09/06 03:30:20 brianp Exp $ # This file describes all the OpenGL functions. # We use a number of Python scripts to parse this file and @@ -3526,8 +3526,8 @@ return void param m const GLdouble * category 1.3 -name SampleCover -alias SampleCoverageARBARB +name SampleCoverage +alias SampleCoverageARB return void param value GLclampf param invert GLboolean |