Always redraw video on resize.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25943 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2008-01-31 00:07:28 +00:00
parent 344013f8c7
commit 6d879f70c7
1 changed files with 2 additions and 2 deletions

View File

@ -149,8 +149,8 @@ static void resize(int x,int y){
#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) {