summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-03-01 22:54:24 +0000
committerrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-03-01 22:54:24 +0000
commit85199c9289c5a8d2e47a5c5d42694cd768e29d86 (patch)
treee475d3fd5dc319b41049f942ad465846f337b5c0 /libvo
parentd8cd8fd5e9296ccbdadf21867800c219c2f3c321 (diff)
downloadmpv-85199c9289c5a8d2e47a5c5d42694cd768e29d86.tar.bz2
mpv-85199c9289c5a8d2e47a5c5d42694cd768e29d86.tar.xz
missing externs (fixes implicit declaration warnings)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14885 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/x11_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/x11_common.h b/libvo/x11_common.h
index 583a49c881..18e5401b10 100644
--- a/libvo/x11_common.h
+++ b/libvo/x11_common.h
@@ -105,6 +105,8 @@ extern unsigned long xv_colorkey;
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 );