--- vo_gl2.c 2003-10-12 16:42:27.000000000 +0200 +++ vo_gl2.c.mod 2003-11-12 19:10:48.000000000 +0100 @@ -567,9 +567,11 @@ mp_msg(MSGT_VO,MSGL_V,"[gl2] Resize: %dx%d\n",*x,*y); if( vo_fs ) { - glClear(GL_COLOR_BUFFER_BIT); aspect(x, y, A_ZOOM); glViewport( (vo_screenwidth-*x)/2, (vo_screenheight-*y)/2, *x, *y); + glDrawBuffer (GL_FRONT_AND_BACK); + glClear(GL_COLOR_BUFFER_BIT); + glDrawBuffer (GL_BACK); } else { //aspect(x, y, A_NOZOOM); glViewport( 0, 0, *x, *y );