view libvo/w32_common.h @ 25847:fe50eaad932d

Use the standard "static inline" instead of some broken ifdef mess
author reimar
date Sun, 27 Jan 2008 11:25:45 +0000
parents 2734c7331d4e
children 64863a1618e5
line wrap: on
line source

#ifndef W32COMMON_H
#define W32COMMON_H

extern uint32_t o_dwidth;
extern uint32_t o_dheight;
extern HWND vo_w32_window;
extern HDC vo_hdc;
extern int vo_vm;

extern int vo_w32_init(void);
extern void vo_w32_uninit(void);
extern void vo_w32_ontop(void);
extern void vo_w32_border(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 */