diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-05-12 02:18:52 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-05-12 02:18:52 +0000 |
commit | 278b3ae129464e1a309240a37667fecdf7e97ac5 (patch) | |
tree | da69625255a4500c44870334fe9f69e691377c19 /libvo | |
parent | fbba89f83b8631f2b5450b0fced0a88e5f9cb64c (diff) |
various openbsd and general warning fixes - patch by Björn Sandell <biorn@dce.chalmers.se>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6058 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/sub.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/sub.h b/libvo/sub.h index ab23cae8d6..21482eea80 100644 --- a/libvo/sub.h +++ b/libvo/sub.h @@ -102,6 +102,7 @@ extern void vo_remove_text(int dxs,int dys,void (*remove)(int x0,int y0, int w,i 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; |