summaryrefslogtreecommitdiffstats
path: root/libvo/vo_ggi.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_ggi.c')
-rw-r--r--libvo/vo_ggi.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/libvo/vo_ggi.c b/libvo/vo_ggi.c
index c670fe176d..f10b64f8dc 100644
--- a/libvo/vo_ggi.c
+++ b/libvo/vo_ggi.c
@@ -524,12 +524,15 @@ static void draw_alpha(int x0, int y0, int w, int h, unsigned char *src,
}
#endif
-static void flip_page(void)
+static void draw_osd(void)
{
- check_events();
#ifdef GGI_OSD
vo_draw_text(ggi_conf.width, ggi_conf.height, draw_alpha);
#endif
+}
+
+static void flip_page(void)
+{
ggiFlush(ggi_conf.vis);
}