comparison libvo/vo_gl.c @ 15080:c5b69cb0ac3e

remove force_load_font stuff moved to sub.c
author henry
date Sat, 09 Apr 2005 22:45:47 +0000
parents d87cc822b343
children c9eee448e5b2
comparison
equal deleted inserted replaced
15079:1b96e77f5c33 15080:c5b69cb0ac3e
91 91
92 glMatrixMode(GL_MODELVIEW); 92 glMatrixMode(GL_MODELVIEW);
93 glLoadIdentity(); 93 glLoadIdentity();
94 94
95 if (!scaled_osd) { 95 if (!scaled_osd) {
96 #ifdef HAVE_FREETYPE
97 // adjust font size to display size
98 force_load_font = 1;
99 #endif
100 vo_osd_changed(OSDTYPE_OSD); 96 vo_osd_changed(OSDTYPE_OSD);
101 } 97 }
102 } 98 }
103 99
104 /** 100 /**