view libvo/w32_common.h @ 17511:3ded8dc2a1da

1.219: More detailed description of brd_scale. 1.215: Include MEncoder config files in list of files. 1.214: [does not apply] 1.213: Fix up new profiles section and the MPLAYER_VERBSE environment variable.
author kraymer
date Mon, 30 Jan 2006 11:31:59 +0000
parents 519a307e3ccf
children 7327ead03337
line wrap: on
line source

extern int vo_depthonscreen;
extern int vo_screenwidth;
extern int vo_screenheight;
extern uint32_t o_dwidth;
extern uint32_t o_dheight;
extern HWND vo_window;
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_ontop(void);
extern void vo_w32_fullscreen(void);
extern int vo_w32_check_events(void);
extern int createRenderingContext(void);
extern void destroyRenderingContext(void);