From e29b0ea4e3aa7d7e53a3e1151d57e7be406d510e Mon Sep 17 00:00:00 2001 From: reimar Date: Wed, 12 Apr 2006 14:20:51 +0000 Subject: 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 --- libvo/w32_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo') diff --git a/libvo/w32_common.h b/libvo/w32_common.h index 9d2cf2773f..ce6f24f045 100644 --- a/libvo/w32_common.h +++ b/libvo/w32_common.h @@ -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); -- cgit v1.2.3