11 May
2002
11 May
'02
10:18 p.m.
Update of /cvsroot/mplayer/main/libvo In directory mail:/var/tmp.root/cvs-serv25947/libvo Modified Files: sub.h Log Message: various openbsd and general warning fixes - patch by Björn Sandell <biorn@dce.chalmers.se> Index: sub.h =================================================================== RCS file: /cvsroot/mplayer/main/libvo/sub.h,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sub.h 17 Apr 2002 21:51:18 -0000 1.16 +++ sub.h 12 May 2002 02:18:52 -0000 1.17 @@ -102,6 +102,7 @@ void vo_init_osd(); int vo_update_osd(int dxs,int dys); int vo_osd_changed(int new_value); +int vo_osd_check_range_update(int,int,int,int); extern int vo_osd_changed_flag;