2003-09-19 16:33:51 +02: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 17:57:42 +01:00
|
|
|
extern HWND vo_window;
|
2003-09-19 16:33:51 +02:00
|
|
|
extern HDC vo_hdc;
|
|
|
|
extern int vo_fs;
|
|
|
|
extern int vo_vm;
|
2003-11-30 17:36:10 +01:00
|
|
|
extern int vo_ontop;
|
2003-09-19 16:33:51 +02:00
|
|
|
|
|
|
|
extern int vo_init(void);
|
|
|
|
extern void vo_w32_uninit(void);
|
2005-07-26 15:47:18 +02:00
|
|
|
extern void vo_w32_ontop(void);
|
2003-09-19 16:33:51 +02:00
|
|
|
extern void vo_w32_fullscreen(void);
|
|
|
|
extern int vo_w32_check_events(void);
|
|
|
|
extern int createRenderingContext(void);
|
|
|
|
extern void destroyRenderingContext(void);
|