1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-20 23:07:02 +00:00

fix for warning in some vo_*.c

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10855 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pl 2003-09-12 15:48:33 +00:00
parent 3c154f93b0
commit 1a7c7da8bf

View File

@ -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