summaryrefslogtreecommitdiffstats
path: root/libvo/vo_dga.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_dga.c')
-rw-r--r--libvo/vo_dga.c14
1 files changed, 12 insertions, 2 deletions
diff --git a/libvo/vo_dga.c b/libvo/vo_dga.c
index 4de95ffc1d..cec4d0e327 100644
--- a/libvo/vo_dga.c
+++ b/libvo/vo_dga.c
@@ -23,8 +23,8 @@
* - works only on x86 architectures
*
* $Log$
- * Revision 1.36 2002/01/08 20:58:53 atmos4
- * SwScaler support for vo_png by Kim Minh, SwScale w/aspecz for vo_dga by me
+ * Revision 1.37 2002/01/26 16:01:26 nick
+ * Extensions for video accelerated architecture
*
* Revision 1.35 2001/12/28 20:52:54 alex
* use XF86VidMode later in init (at line 1031) only if we've got support (if have_vm==1)
@@ -1175,6 +1175,16 @@ static uint32_t init( uint32_t width, uint32_t height,
return 0;
}
+static uint32_t preinit(const char *arg)
+{
+ return 0;
+}
+
+static void query_vaa(vo_vaa_t *vaa)
+{
+ memset(vaa,0,sizeof(vo_vaa_t));
+}
+
//---------------------------------------------------------
// deleted the old vo_dga_query_event() routine 'cause it is obsolete