comparison libvo/vo_xmga.c @ 612:77e0094f0cce

some warnings killed
author szabii
date Tue, 24 Apr 2001 10:21:12 +0000
parents 8e101a5d9dc2
children f83ec60bce49
comparison
equal deleted inserted replaced
611:a188733d60de 612:77e0094f0cce
140 } else 140 } else
141 if(e&VO_EVENT_EXPOSE) mDrawColorKey(); 141 if(e&VO_EVENT_EXPOSE) mDrawColorKey();
142 142
143 } 143 }
144 144
145 extern void vo_draw_text(int dxs,int dys,void (*draw_alpha)(int x0,int y0,
146 int w,int h, unsigned char* src, unsigned char *srca,
147 int stride));
148
145 static void flip_page(void){ 149 static void flip_page(void){
146 #ifdef SHOW_TIME 150 #ifdef SHOW_TIME
147 unsigned int t; 151 unsigned int t;
148 t=GetTimer(); 152 t=GetTimer();
149 printf(" [timer: %08X diff: %6d dd: %6d ] \n",t,t-timer,(t-timer)-timerd); 153 printf(" [timer: %08X diff: %6d dd: %6d ] \n",t,t-timer,(t-timer)-timerd);