fixes and cleanup for windows fullscreen switching (restore old position,

fullscreen on current monitor).


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18081 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2006-04-12 14:20:51 +00:00
parent d96b09cd64
commit e29b0ea4e3
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@ extern void vo_w32_uninit(void);
extern void vo_w32_ontop(void);
extern void vo_w32_fullscreen(void);
extern int vo_w32_check_events(void);
extern int createRenderingContext(void);
extern int vo_w32_config(uint32_t, uint32_t, uint32_t);
extern void destroyRenderingContext(void);