summaryrefslogtreecommitdiffstats
path: root/libvo/vo_mga.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_mga.c')
-rw-r--r--libvo/vo_mga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_mga.c b/libvo/vo_mga.c
index 86d05814d9..b05d028cc6 100644
--- a/libvo/vo_mga.c
+++ b/libvo/vo_mga.c
@@ -105,7 +105,7 @@ printf("vo: uninit!\n");
static void flip_page(void)
{
- vo_draw_text(draw_alpha);
+ vo_draw_text(mga_vid_config.src_width,mga_vid_config.src_height,draw_alpha);
vo_mga_flip_page();
}