Mercurial > mplayer.hg
changeset 25911:851db1ed62b4
Always redraw video on resize.
author | reimar |
---|---|
date | Thu, 31 Jan 2008 00:07:28 +0000 |
parents | 74db93fee74f |
children | 92db8b8c20d4 |
files | libvo/vo_gl.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_gl.c Wed Jan 30 23:49:36 2008 +0000 +++ b/libvo/vo_gl.c Thu Jan 31 00:07:28 2008 +0000 @@ -149,8 +149,8 @@ #endif vo_osd_changed(OSDTYPE_OSD); } - if (vo_fs && use_aspect && !vo_doublebuffering) - glClear(GL_COLOR_BUFFER_BIT); + glClear(GL_COLOR_BUFFER_BIT); + flip_page(); } static void texSize(int w, int h, int *texw, int *texh) {