summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-22 14:46:43 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-22 14:46:43 +0000
commitb379d40d90daf53a73363e930483bf571c41d068 (patch)
treeb760e95a2af8120dbf2d6375f0fb272ecaa7c7ee
parent897f210bf4606cff88c49e658b0b2a97dcd7b5f7 (diff)
downloadmpv-b379d40d90daf53a73363e930483bf571c41d068.tar.bz2
mpv-b379d40d90daf53a73363e930483bf571c41d068.tar.xz
100l, forgot to apply vo_w32_get_dc/vo_w32_release_dc declarations in w32_common.h
Should fix compilation on MinGW. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29960 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--libvo/w32_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/w32_common.h b/libvo/w32_common.h
index 1c7864a249..cb3bbf3504 100644
--- a/libvo/w32_common.h
+++ b/libvo/w32_common.h
@@ -34,5 +34,7 @@ int vo_w32_check_events(void);
int vo_w32_config(uint32_t, uint32_t, uint32_t);
void destroyRenderingContext(void);
void w32_update_xinerama_info(void);
+HDC vo_w32_get_dc(HWND wnd);
+void vo_w32_release_dc(HWND wnd, HDC dc);
#endif /* MPLAYER_W32_COMMON_H */