From e41c57758d30c59cf5986f50c6f2326815c6ac53 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 6 Sep 2002 03:30:20 +0000 Subject: fixed glSampleCoverage typo --- src/mesa/glapi/APIspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mesa/glapi/APIspec') diff --git a/src/mesa/glapi/APIspec b/src/mesa/glapi/APIspec index f5b113d0a7..b2978de4dc 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 -- cgit v1.2.3