0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
mpv/libvo/w32_common.h

18 lines
486 B
C
Raw Normal View History

#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 */