changeset 15086:c9eee448e5b2

revert the previous commit, gl needs to reload the font immediately
author henry
date Sun, 10 Apr 2005 13:12:55 +0000
parents 1f8a1de5585c
children dd664954282d
files libvo/vo_gl.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_gl.c	Sun Apr 10 11:54:31 2005 +0000
+++ b/libvo/vo_gl.c	Sun Apr 10 13:12:55 2005 +0000
@@ -93,6 +93,10 @@
   glLoadIdentity();
 
   if (!scaled_osd) {
+#ifdef HAVE_FREETYPE
+  // adjust font size to display size
+  force_load_font = 1;
+#endif
   vo_osd_changed(OSDTYPE_OSD);
   }
 }