diff libvo/vo_xv.c @ 612:77e0094f0cce

some warnings killed
author szabii
date Tue, 24 Apr 2001 10:21:12 +0000
parents a188733d60de
children f83ec60bce49
line wrap: on
line diff
--- a/libvo/vo_xv.c	Tue Apr 24 05:58:09 2001 +0000
+++ b/libvo/vo_xv.c	Tue Apr 24 10:21:12 2001 +0000
@@ -282,6 +282,10 @@
 
 }
 
+extern void vo_draw_text(int dxs,int dys,void (*draw_alpha)(int x0,int y0,
+			int w,int h, unsigned char* src, unsigned char *srca,
+			int stride));
+
 static void flip_page(void)
 {
  vo_draw_text(image_width,image_height,draw_alpha);