summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 */