summaryrefslogtreecommitdiffstats
path: root/libvo/vo_xmga.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_xmga.c')
-rw-r--r--libvo/vo_xmga.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libvo/vo_xmga.c b/libvo/vo_xmga.c
index 77401c501f..c700581754 100644
--- a/libvo/vo_xmga.c
+++ b/libvo/vo_xmga.c
@@ -142,6 +142,10 @@ static void check_events(void)
}
+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){
#ifdef SHOW_TIME
unsigned int t;