From: Brian Paul Date: Wed, 8 Jun 2005 13:35:07 +0000 (+0000) Subject: put full prototype on one line to fix gl_mangle.h generation (Dave Reveman) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2c7336af4e92f29599c04822fcbd4db12a4c5cc5;p=mesa.git put full prototype on one line to fix gl_mangle.h generation (Dave Reveman) --- diff --git a/include/GL/gl.h b/include/GL/gl.h index 9554eff2721..1ea97f39078 100644 --- a/include/GL/gl.h +++ b/include/GL/gl.h @@ -2213,13 +2213,9 @@ GLAPI void GLAPIENTRY glTracePointerRangeMESA( const GLvoid* first, const GLvoid typedef void (*GLprogramcallbackMESA)(GLenum target, GLvoid *data); -GLAPI void GLAPIENTRY -glProgramCallbackMESA(GLenum target, GLprogramcallbackMESA callback, - GLvoid *data); +GLAPI void GLAPIENTRY glProgramCallbackMESA(GLenum target, GLprogramcallbackMESA callback, GLvoid *data); -GLAPI void GLAPIENTRY -glGetProgramRegisterfvMESA(GLenum target, GLsizei len, const GLubyte *name, - GLfloat *v); +GLAPI void GLAPIENTRY glGetProgramRegisterfvMESA(GLenum target, GLsizei len, const GLubyte *name, GLfloat *v); #endif /* GL_MESA_program_debug */