X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2FMESA_agp_offset.spec;h=8dcc72379cdccc6ef38fd28aeca6c9e04d4c6e43;hb=2382dc8aff9983da9ef1be03de38d4ab82105b19;hp=f85d44c528ae75ab37812e0d76a1cac188021a76;hpb=8420ad94f28532a736f99607fb274466506b3bca;p=mesa.git diff --git a/docs/MESA_agp_offset.spec b/docs/MESA_agp_offset.spec index f85d44c528a..8dcc72379cd 100644 --- a/docs/MESA_agp_offset.spec +++ b/docs/MESA_agp_offset.spec @@ -8,7 +8,7 @@ Name Strings Contact - Brian Paul, Tungsten Graphics, Inc. (brian 'at' tungstengraphics.com) + Brian Paul, Tungsten Graphics, Inc. (brian.paul 'at' tungstengraphics.com) Keith Whitwell, Tungsten Graphics, Inc. (keith 'at' tungstengraphics.com) Status @@ -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