summaryrefslogtreecommitdiff
path: root/include/GL/gl_mangle.h
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2006-08-12 00:05:54 +0000
committerIan Romanick <idr@us.ibm.com>2006-08-12 00:05:54 +0000
commit32a9e9be0c9626fb15ae7c721a15bcf19330e13a (patch)
treed8dec2c2cd9bc9d0e5fee70952eb38aa91101b60 /include/GL/gl_mangle.h
parent8fbe16d4dd0664f7766f5241c055efb582cc06e5 (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_mangle.h')
-rw-r--r--include/GL/gl_mangle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/GL/gl_mangle.h b/include/GL/gl_mangle.h
index 2104d15c96..c8d2c42b46 100644
--- a/include/GL/gl_mangle.h
+++ b/include/GL/gl_mangle.h
@@ -98,6 +98,7 @@
#define glBlendFuncSeparateEXT MANGLE(BlendFuncSeparateEXT)
#define glBlendFuncSeparateINGR MANGLE(BlendFuncSeparateINGR)
#define glBlendFuncSeparate MANGLE(BlendFuncSeparate)
+#define glBlitFramebufferEXT MANGLE(BlitFramebufferEXT)
#define glBufferDataARB MANGLE(BufferDataARB)
#define glBufferData MANGLE(BufferData)
#define glBufferSubDataARB MANGLE(BufferSubDataARB)