Mercurial > mplayer.hg
view libvo/w32_common.h @ 25309:8e73e469970c
Fix printf format string length modifiers, removes the warnings:
vivodump.c:213: warning: format '%08X' expects type 'unsigned int', but argument 2 has type 'long int'
vivodump.c:220: warning: format '%08X' expects type 'unsigned int', but argument 2 has type 'long int'
author | diego |
---|---|
date | Mon, 10 Dec 2007 13:16:10 +0000 |
parents | 2d3fdf94a50c |
children | 6ac1ece1f9fe |
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 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);