From c2800e08ec863f49ac9caeb7c0c271734ed30193 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 27 Jul 2004 16:32:37 +0000 Subject: don't use GLuint or GLvoid in function declaration --- docs/MESA_agp_offset.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/MESA_agp_offset.spec') diff --git a/docs/MESA_agp_offset.spec b/docs/MESA_agp_offset.spec index abd48a46df..8dcc72379c 100644 --- a/docs/MESA_agp_offset.spec +++ b/docs/MESA_agp_offset.spec @@ -48,7 +48,7 @@ Issues New Procedures and Functions - GLuint glXGetAGPOffsetMESA( const GLvoid *pointer ) + unsigned int glXGetAGPOffsetMESA( const void *pointer ) New Tokens @@ -92,3 +92,4 @@ Revision History 20 September 2002 - Initial draft 2 October 2002 - finished GLX chapter 3 additions + 27 July 2004 - use unsigned int instead of GLuint, void instead of GLvoid -- cgit v1.2.3