view libvo/w32_common.h @ 11525:c35bdb0a16eb

Based on previous lines and nonsense of this I guess this file shouldn't be here. Who gets to drink?
author wight
date Tue, 25 Nov 2003 12:41:56 +0000
parents ba9557e864c0
children 85e503ddf65f
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 HDC vo_hdc;
extern int vo_fs;
extern int vo_vm;

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);