Add config.h/config.mak bzlib variables missed in last commit.
[mplayer/glamo.git] / libvo / w32_common.h
blob41c0712470452540429011942ecc198ca67183d3
1 #ifndef MPLAYER_W32_COMMON_H
2 #define MPLAYER_W32_COMMON_H
4 #include <stdint.h>
5 #include <windows.h>
7 extern HWND vo_w32_window;
8 extern int vo_vm;
10 int vo_w32_init(void);
11 void vo_w32_uninit(void);
12 void vo_w32_ontop(void);
13 void vo_w32_border(void);
14 void vo_w32_fullscreen(void);
15 int vo_w32_check_events(void);
16 int vo_w32_config(uint32_t, uint32_t, uint32_t);
17 void destroyRenderingContext(void);
18 void w32_update_xinerama_info(void);
20 #endif /* MPLAYER_W32_COMMON_H */