Mercurial > mplayer.hg
changeset 10854:53611f557562
fix for warning in some vo_*.c
author | pl |
---|---|
date | Fri, 12 Sep 2003 15:48:33 +0000 |
parents | 1e04ac498440 |
children | eeae5c1b8fff |
files | libvo/x11_common.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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