comparison libvo/vo_xmga.c @ 213:6ec8f6ab6cb1

subtitle+OSD font support
author arpi_esp
date Sun, 25 Mar 2001 04:28:40 +0000
parents 6ad0715dfac8
children 720c640332c8
comparison
equal deleted inserted replaced
212:7034ef1f685d 213:6ec8f6ab6cb1
149 printf(" [timer: %08X diff: %6d dd: %6d ] \n",t,t-timer,(t-timer)-timerd); 149 printf(" [timer: %08X diff: %6d dd: %6d ] \n",t,t-timer,(t-timer)-timerd);
150 timerd=t-timer; 150 timerd=t-timer;
151 timer=t; 151 timer=t;
152 #endif 152 #endif
153 153
154 vo_draw_text(draw_alpha); 154 vo_draw_text(mga_vid_config.src_width,mga_vid_config.src_height,draw_alpha);
155 155
156 check_events(); 156 check_events();
157 vo_mga_flip_page(); 157 vo_mga_flip_page();
158 } 158 }
159 159