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.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/libvo/vo_mga.c b/libvo/vo_mga.c
index d50caab623..9416f7b9d3 100644
--- a/libvo/vo_mga.c
+++ b/libvo/vo_mga.c
@@ -124,4 +124,15 @@ printf("vo: uninit!\n");
}
+static void flip_page(void)
+{
+ vo_mga_flip_page();
+}
+
+
+static void check_events(void)
+{
+}
+
+