diff options
Diffstat (limited to 'libvo/vo_mga.c')
-rw-r--r-- | libvo/vo_mga.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libvo/vo_mga.c b/libvo/vo_mga.c index 241d48de1a..4c989282fb 100644 --- a/libvo/vo_mga.c +++ b/libvo/vo_mga.c @@ -111,6 +111,9 @@ uninit(void) 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) { |