Mercurial > mplayer.hg
view libvo/w32_common.h @ 25607:9d0b189ce1b2
Fix illegal identifiers: Names starting with __ or _ and uppercase are reserved
for the system, names starting with _ are reserved at file level.
author | diego |
---|---|
date | Sun, 06 Jan 2008 23:20:15 +0000 |
parents | 6ac1ece1f9fe |
children | 8748c4d5cd0e |
line wrap: on
line source
#ifndef W32COMMON_H #define W32COMMON_H 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_w32_window; extern HDC vo_hdc; extern int vo_fs; extern int vo_vm; extern int vo_ontop; extern int vo_w32_init(void); extern void vo_w32_uninit(void); extern void vo_w32_ontop(void); extern void vo_w32_fullscreen(void); extern int vo_w32_check_events(void); extern int vo_w32_config(uint32_t, uint32_t, uint32_t); extern void destroyRenderingContext(void); extern void w32_update_xinerama_info(void); #endif /* W32COMMON_H */