2003-09-19 14:33:51 +00:00
|
|
|
extern int vo_depthonscreen;
|
|
|
|
extern int vo_screenwidth;
|
|
|
|
extern int vo_screenheight;
|
|
|
|
extern uint32_t o_dwidth;
|
|
|
|
extern uint32_t o_dheight;
|
2004-12-11 16:57:42 +00:00
|
|
|
extern HWND vo_window;
|
2003-09-19 14:33:51 +00:00
|
|
|
extern HDC vo_hdc;
|
|
|
|
extern int vo_fs;
|
|
|
|
extern int vo_vm;
|
2003-11-30 16:36:10 +00:00
|
|
|
extern int vo_ontop;
|
2003-09-19 14:33:51 +00:00
|
|
|
|
|
|
|
extern int vo_init(void);
|
|
|
|
extern void vo_w32_uninit(void);
|
2005-07-26 13:47:18 +00:00
|
|
|
extern void vo_w32_ontop(void);
|
2003-09-19 14:33:51 +00:00
|
|
|
extern void vo_w32_fullscreen(void);
|
|
|
|
extern int vo_w32_check_events(void);
|
|
|
|
extern int createRenderingContext(void);
|
|
|
|
extern void destroyRenderingContext(void);
|