diff options
author | Ian Romanick <[email protected]> | 2006-08-12 00:05:54 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2006-08-12 00:05:54 +0000 |
commit | 32a9e9be0c9626fb15ae7c721a15bcf19330e13a (patch) | |
tree | d8dec2c2cd9bc9d0e5fee70952eb38aa91101b60 /include/GL/gl.h | |
parent | 8fbe16d4dd0664f7766f5241c055efb582cc06e5 (diff) |
Fix white-space problem in the prototype for glBlitFramebufferEXT that
prevented gl_mangle.h from picking it up.
Diffstat (limited to 'include/GL/gl.h')
-rw-r--r-- | include/GL/gl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h index baab557a53b..9dfec325f54 100644 --- a/include/GL/gl.h +++ b/include/GL/gl.h @@ -2288,8 +2288,7 @@ typedef void (APIENTRYP PFNGLGETQUERYOBJECTUI64VEXTPROC) (GLuint id, GLenum pnam #define GL_DRAW_FRAMEBUFFER_BINDING_EXT 0x8CA6 #define GL_READ_FRAMEBUFFER_BINDING_EXT 0x8CAA -GLAPI void GLAPIENTRY -glBlitFramebufferEXT(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, +GLAPI void GLAPIENTRY glBlitFramebufferEXT(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter); |