From 1feebc74c76bc7e1efb78f10843c79b385d12264 Mon Sep 17 00:00:00 2001 From: reimar Date: Tue, 26 Jul 2005 13:47:18 +0000 Subject: OpenGL fixes for windows and vo_gl.c ported to windows. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16110 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/gl_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo/gl_common.h') diff --git a/libvo/gl_common.h b/libvo/gl_common.h index ad60773afc..62d34ef5fd 100644 --- a/libvo/gl_common.h +++ b/libvo/gl_common.h @@ -55,7 +55,7 @@ void releaseGlContext(XVisualInfo **vinfo, GLXContext *context); extern void (APIENTRY *BindBuffer)(GLenum, GLuint); extern GLvoid* (APIENTRY *MapBuffer)(GLenum, GLenum); extern GLboolean (APIENTRY *UnmapBuffer)(GLenum); -extern void (APIENTRY *BufferData)(GLenum, GLsizeiptr, const GLvoid *, GLenum); +extern void (APIENTRY *BufferData)(GLenum, intptr_t, const GLvoid *, GLenum); extern void (APIENTRY *CombinerParameterfv)(GLenum, const GLfloat *); extern void (APIENTRY *CombinerParameteri)(GLenum, GLint); extern void (APIENTRY *CombinerInput)(GLenum, GLenum, GLenum, GLenum, GLenum, -- cgit v1.2.3