# HG changeset patch # User pl # Date 1063381713 0 # Node ID 53611f557562111998cc231863eb724b3badcc82 # Parent 1e04ac498440692865b044b79023717bb48acf01 fix for warning in some vo_*.c diff -r 1e04ac498440 -r 53611f557562 libvo/x11_common.h --- a/libvo/x11_common.h Fri Sep 12 15:46:16 2003 +0000 +++ b/libvo/x11_common.h Fri Sep 12 15:48:33 2003 +0000 @@ -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