[MPlayer-cvslog] r29960 - trunk/libvo/w32_common.h
reimar
subversion at mplayerhq.hu
Sun Nov 22 15:46:43 CET 2009
Author: reimar
Date: Sun Nov 22 15:46:43 2009
New Revision: 29960
Log:
100l, forgot to apply vo_w32_get_dc/vo_w32_release_dc declarations in w32_common.h
Should fix compilation on MinGW.
Modified:
trunk/libvo/w32_common.h
Modified: trunk/libvo/w32_common.h
==============================================================================
--- trunk/libvo/w32_common.h Sun Nov 22 15:15:41 2009 (r29959)
+++ trunk/libvo/w32_common.h Sun Nov 22 15:46:43 2009 (r29960)
@@ -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 */
More information about the MPlayer-cvslog
mailing list