summaryrefslogtreecommitdiffstats
path: root/libvo/w32_common.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-17 12:33:09 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-17 12:33:09 +0000
commit29a164309f1d5bb13589dc0c38342cd585065c4e (patch)
tree4200c5fac43b328ad7e99f20aebcde7c8b001496 /libvo/w32_common.h
parentdd1a5a82c11db30b8bbdc4c002970cb4d9b0ec2f (diff)
downloadmpv-29a164309f1d5bb13589dc0c38342cd585065c4e.tar.bz2
mpv-29a164309f1d5bb13589dc0c38342cd585065c4e.tar.xz
Fix compilation under MinGW with X11 enabled
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21647 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/w32_common.h')
-rw-r--r--libvo/w32_common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libvo/w32_common.h b/libvo/w32_common.h
index 531d56a549..6d657d6b88 100644
--- a/libvo/w32_common.h
+++ b/libvo/w32_common.h
@@ -3,17 +3,17 @@ extern int vo_screenwidth;
extern int vo_screenheight;
extern uint32_t o_dwidth;
extern uint32_t o_dheight;
-extern HWND vo_window;
+extern HWND vo_w32_window;
extern HDC vo_hdc;
extern int vo_fs;
extern int vo_vm;
extern int vo_ontop;
-extern int vo_init(void);
+extern int vo_w32_init(void);
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 vo_w32_config(uint32_t, uint32_t, uint32_t);
extern void destroyRenderingContext(void);
-extern void update_xinerama_info(void);
+extern void w32_update_xinerama_info(void);