Mercurial > mplayer.hg
changeset 25786:2734c7331d4e
Add missing vo_w32_border prototype
author | reimar |
---|---|
date | Sun, 20 Jan 2008 09:41:50 +0000 |
parents | bda4125e24bf |
children | 143989c7a3bf |
files | libvo/w32_common.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/w32_common.h Sun Jan 20 09:40:15 2008 +0000 +++ b/libvo/w32_common.h Sun Jan 20 09:41:50 2008 +0000 @@ -10,6 +10,7 @@ extern int vo_w32_init(void); extern void vo_w32_uninit(void); extern void vo_w32_ontop(void); +extern void vo_w32_border(void); extern void vo_w32_fullscreen(void); extern int vo_w32_check_events(void); extern int vo_w32_config(uint32_t, uint32_t, uint32_t);