changeset 29918:75cf3848effd

100l, forgot to apply vo_w32_get_dc/vo_w32_release_dc declarations in w32_common.h Should fix compilation on MinGW.
author reimar
date Sun, 22 Nov 2009 14:46:43 +0000
parents fef2308ae98e
children df33ed3dbfa9
files libvo/w32_common.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 */