# HG changeset patch # User reimar # Date 1258901203 0 # Node ID 75cf3848effd4be485fb008ac9275db3a82072c3 # Parent fef2308ae98e461beb629dfc3836768e681b5d31 100l, forgot to apply vo_w32_get_dc/vo_w32_release_dc declarations in w32_common.h Should fix compilation on MinGW. diff -r fef2308ae98e -r 75cf3848effd libvo/w32_common.h --- a/libvo/w32_common.h Sun Nov 22 14:15:41 2009 +0000 +++ b/libvo/w32_common.h Sun Nov 22 14:46:43 2009 +0000 @@ -34,5 +34,7 @@ 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 */