Mercurial > mplayer.hg
changeset 10902:3641db21faab
fix black screen on linux, patch by Jindrich Makovicka
author | faust3 |
---|---|
date | Sun, 21 Sep 2003 10:36:03 +0000 |
parents | 950d76db6d7e |
children | 8f8d8734ef62 |
files | libvo/vo_gl2.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_gl2.c Sun Sep 21 10:35:13 2003 +0000 +++ b/libvo/vo_gl2.c Sun Sep 21 10:36:03 2003 +0000 @@ -819,7 +819,7 @@ gl_bitmap_format_s, gl_bitmap_type_s, gl_alignment, rgb_sz, r_sz, g_sz, b_sz, a_sz, gl_internal_format_s); - resize(vo_dwidth, vo_dheight); + resize(d_width, d_height); glClearColor( 0.0f,0.0f,0.0f,0.0f ); glClear( GL_COLOR_BUFFER_BIT );