Mercurial > mplayer.hg
changeset 18174:0f897ffb95bc
forgotten update_xinerama_info prototypes
author | reimar |
---|---|
date | Fri, 21 Apr 2006 18:42:55 +0000 |
parents | 1acdeb017c9c |
children | 01ca8a5fb8a6 |
files | libvo/w32_common.h libvo/x11_common.h |
diffstat | 2 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/w32_common.h Fri Apr 21 12:47:37 2006 +0000 +++ b/libvo/w32_common.h Fri Apr 21 18:42:55 2006 +0000 @@ -16,3 +16,4 @@ extern int vo_w32_check_events(void); extern int vo_w32_config(uint32_t, uint32_t, uint32_t); extern void destroyRenderingContext(void); +extern void update_xinerama_info(void);