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.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/libvo/vo_mga.c b/libvo/vo_mga.c
index 8c92026890..45f7e67d22 100644
--- a/libvo/vo_mga.c
+++ b/libvo/vo_mga.c
@@ -113,9 +113,13 @@ uninit(void)
printf("vo: uninit!\n");
}
-static void flip_page(void)
+static void draw_osd(void)
{
vo_draw_text(mga_vid_config.src_width,mga_vid_config.src_height,draw_alpha);
+}
+
+static void flip_page(void)
+{
vo_mga_flip_page();
}