mirror of
https://github.com/mpv-player/mpv
synced 2024-12-12 09:56:30 +00:00
640f93d018
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11543 b3059339-0415-0410-9bf9-f77b7e298cf2
17 lines
432 B
C
17 lines
432 B
C
extern int vo_depthonscreen;
|
|
extern int vo_screenwidth;
|
|
extern int vo_screenheight;
|
|
extern uint32_t o_dwidth;
|
|
extern uint32_t o_dheight;
|
|
extern HDC vo_hdc;
|
|
extern int vo_fs;
|
|
extern int vo_vm;
|
|
extern int vo_ontop;
|
|
|
|
extern int vo_init(void);
|
|
extern void vo_w32_uninit(void);
|
|
extern void vo_w32_fullscreen(void);
|
|
extern int vo_w32_check_events(void);
|
|
extern int createRenderingContext(void);
|
|
extern void destroyRenderingContext(void);
|