[Mplayer-cvslog] CVS: main/libvo x11_common.h,1.32,1.33

pl CVS pl at mplayerhq.hu
Fri Sep 12 17:48:45 CEST 2003


Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv17269/libvo

Modified Files:
	x11_common.h 
Log Message:
fix for warning in some vo_*.c


Index: x11_common.h
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.h,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- x11_common.h	31 Aug 2003 23:13:45 -0000	1.32
+++ x11_common.h	12 Sep 2003 15:48:33 -0000	1.33
@@ -59,6 +59,7 @@
 	int depth, Colormap col_map);
 extern void vo_x11_clearwindow_part(Display *mDisplay, Window vo_window,
 	int img_width, int img_height, int use_fs);
+extern void vo_x11_clearwindow( Display *mDisplay, Window vo_window );
 
 #endif
 



More information about the MPlayer-cvslog mailing list