view libvo/w32_common.h @ 13772:2f12bac746ab

1.147: skipped, typo was fixed earlier 1.148: printf --> mp_msg (divx4_vbr.c, fifo.c, m_config.c) 1.149: skipped, typo was fixed earlier 1.150: no changes done (trailing dots already existed.) File is in sync now.
author kraymer
date Tue, 26 Oct 2004 16:10:16 +0000
parents 85e503ddf65f
children f0c1ee83b216
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_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);