view libvo/w32_common.h @ 14862:ff63b650b30a

From Eng manpage 1.904: Remove -noxv and -forcexv command line options and replace them by suboptions to -vo sdl. Renamed noxv to nohwaccel to better reflect the meaning of the option.
author gpoirier
date Tue, 01 Mar 2005 08:57:08 +0000
parents f0c1ee83b216
children 519a307e3ccf
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_fullscreen(void);
extern int vo_w32_check_events(void);
extern int createRenderingContext(void);
extern void destroyRenderingContext(void);