aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vesa_lvo.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vesa_lvo.h')
-rw-r--r--libvo/vesa_lvo.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libvo/vesa_lvo.h b/libvo/vesa_lvo.h
index cbff4e0810..4beed9a224 100644
--- a/libvo/vesa_lvo.h
+++ b/libvo/vesa_lvo.h
@@ -12,7 +12,9 @@
#ifndef __VESA_LVO_INCLUDED
#define __VESA_LVO_INCLUDED
-int vlvo_init(const char *drvname,unsigned src_width,unsigned src_height,
+int vlvo_preinit(
+const char *drvname);
+int vlvo_init(unsigned src_width,unsigned src_height,
unsigned x_org,unsigned y_org,unsigned dst_width,
unsigned dst_height,unsigned format,unsigned dest_bpp);
void vlvo_term( void );