summaryrefslogtreecommitdiffstats
path: root/libvo/w32_common.h
blob: 449fd0d98e4327f6cba1d1b2f4aeb43799c87d83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef MPLAYER_W32_COMMON_H
#define MPLAYER_W32_COMMON_H

extern HWND vo_w32_window;
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 /* MPLAYER_W32_COMMON_H */