From: Brian Paul Date: Tue, 27 Jul 2004 16:32:37 +0000 (+0000) Subject: don't use GLuint or GLvoid in function declaration X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c2800e08ec863f49ac9caeb7c0c271734ed30193;p=mesa.git don't use GLuint or GLvoid in function declaration --- diff --git a/docs/MESA_agp_offset.spec b/docs/MESA_agp_offset.spec index abd48a46df3..8dcc72379cd 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