diff libvo/vo_mga.c @ 616:41d6eec69b60

clean up
author pontscho
date Tue, 24 Apr 2001 11:42:04 +0000
parents f83ec60bce49
children 5cbbca64a5c9
line wrap: on
line diff
--- a/libvo/vo_mga.c	Tue Apr 24 11:35:07 2001 +0000
+++ b/libvo/vo_mga.c	Tue Apr 24 11:42:04 2001 +0000
@@ -40,6 +40,7 @@
 #include <sys/mman.h>
 
 #include "drivers/mga_vid.h"
+#include "sub.h"
 
 static vo_info_t vo_info = 
 {
@@ -111,10 +112,6 @@
 printf("vo: uninit!\n");
 }
 
-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(mga_vid_config.src_width,mga_vid_config.src_height,draw_alpha);