revert the previous commit, gl needs to reload the font immediately

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15087 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
henry 2005-04-10 13:12:55 +00:00
parent 22c533e6ed
commit e68fc0c46a
1 changed files with 4 additions and 0 deletions

View File

@ -93,6 +93,10 @@ static void resize(int x,int y){
glLoadIdentity();
if (!scaled_osd) {
#ifdef HAVE_FREETYPE
// adjust font size to display size
force_load_font = 1;
#endif
vo_osd_changed(OSDTYPE_OSD);
}
}