[MPlayer-cvslog] CVS: main/libvo x11_common.h,1.39,1.40

Dominik Mierzejewski CVS syncmail at mplayerhq.hu
Tue Mar 1 23:54:27 CET 2005


CVS change done by Dominik Mierzejewski CVS

Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv14125

Modified Files:
	x11_common.h 
Log Message:
missing externs (fixes implicit declaration warnings)


Index: x11_common.h
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.h,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- x11_common.h	20 Feb 2005 22:43:25 -0000	1.39
+++ x11_common.h	1 Mar 2005 22:54:24 -0000	1.40
@@ -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 );




More information about the MPlayer-cvslog mailing list