# HG changeset patch # User reimar # Date 1126277353 0 # Node ID db8d8039a5f45eb37245846a0bc107aaa65a1339 # Parent 1deef0daf3aad33876fc37d473f8eca977e37079 gl_buffer should be unsigned diff -r 1deef0daf3aa -r db8d8039a5f4 libvo/vo_gl.c --- 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;