mirror of
https://github.com/mpv-player/mpv
synced 2024-12-29 10:32:15 +00:00
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
This commit is contained in:
parent
897f210bf4
commit
b379d40d90
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user