diff libvo/vo_mga.c @ 31:1fc618eba830

added check_events() interface
author arpi_esp
date Sat, 03 Mar 2001 21:46:39 +0000
parents 3b5f5d1c5041
children 9d68da5d8a9a
line wrap: on
line diff
--- a/libvo/vo_mga.c	Fri Mar 02 22:24:16 2001 +0000
+++ b/libvo/vo_mga.c	Sat Mar 03 21:46:39 2001 +0000
@@ -124,4 +124,15 @@
 }
 
 
+static void flip_page(void)
+{
+    vo_mga_flip_page();
+}
 
+
+static void check_events(void)
+{
+}
+
+
+