changeset 14884:83a5a8262611

missing externs (fixes implicit declaration warnings)
author rathann
date Tue, 01 Mar 2005 22:54:24 +0000
parents 0c0ef2177115
children 54b6720658f8
files libvo/x11_common.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/x11_common.h	Tue Mar 01 22:52:02 2005 +0000
+++ b/libvo/x11_common.h	Tue Mar 01 22:54:24 2005 +0000
@@ -105,6 +105,8 @@
 
 extern int vo_xv_init_colorkey();
 extern void vo_xv_colorkey(uint32_t x,uint32_t  y, uint32_t w, uint32_t h);
+extern void vo_xv_draw_colorkey(uint32_t x, uint32_t y, uint32_t w, uint32_t h);
+extern void xv_setup_colorkeyhandling(char const * ck_method_str, char const * ck_str);
 
 /*** test functions for common suboptions ***/
 int xv_test_ck( void * arg );