summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-12 14:20:51 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-12 14:20:51 +0000
commite29b0ea4e3aa7d7e53a3e1151d57e7be406d510e (patch)
tree5e4626bfb31096b8f075487d2004531a42e35658 /libvo
parentd96b09cd64e8bb8a473b39e965e70bdeda4023df (diff)
downloadmpv-e29b0ea4e3aa7d7e53a3e1151d57e7be406d510e.tar.bz2
mpv-e29b0ea4e3aa7d7e53a3e1151d57e7be406d510e.tar.xz
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
Diffstat (limited to 'libvo')
-rw-r--r--libvo/w32_common.h2
1 files changed, 1 insertions, 1 deletions
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);