From b379d40d90daf53a73363e930483bf571c41d068 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 22 Nov 2009 14:46:43 +0000 Subject: 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 --- libvo/w32_common.h | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- cgit v1.2.3