changeset 16434:db8d8039a5f4

gl_buffer should be unsigned
author reimar
date Fri, 09 Sep 2005 14:49:13 +0000
parents 1deef0daf3aa
children b5ca0e5760d0
files libvo/vo_gl.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_gl.c	Fri Sep 09 14:47:54 2005 +0000
+++ b/libvo/vo_gl.c	Fri Sep 09 14:49:13 2005 +0000
@@ -67,7 +67,7 @@
 static GLint gl_texfmt;
 static GLenum gl_format;
 static GLenum gl_type;
-static GLint gl_buffer;
+static GLuint gl_buffer;
 static int gl_buffersize;
 
 static int int_pause;