diff options
author | pl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-09-12 15:48:33 +0000 |
---|---|---|
committer | pl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-09-12 15:48:33 +0000 |
commit | 1a7c7da8bf368d1c0228877bc2f3a94c08e3ca7a (patch) | |
tree | 07794b4db6fcd551e32a4fc53c437c28ef326385 /libvo | |
parent | 3c154f93b0ebe39e5c647cf888f6c091419c32ac (diff) |
fix for warning in some vo_*.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10855 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/x11_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/x11_common.h b/libvo/x11_common.h index f5ae98fc28..dc25b1d93b 100644 --- a/libvo/x11_common.h +++ b/libvo/x11_common.h @@ -59,6 +59,7 @@ extern Window vo_x11_create_smooth_window( Display *mDisplay, Window mRoot, 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 |