MAX_PCI_DEVICES 64 is not enough on my system (even though lspci only shows 25 device...
[mplayer/greg.git] / libvo / w32_common.h
blob219e7d454d7f53e3da8da49506af0ebf7eaec438
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 extern int vo_w32_init(void);
11 extern void vo_w32_uninit(void);
12 extern void vo_w32_ontop(void);
13 extern void vo_w32_border(void);
14 extern void vo_w32_fullscreen(void);
15 extern int vo_w32_check_events(void);
16 extern int vo_w32_config(uint32_t, uint32_t, uint32_t);
17 extern void destroyRenderingContext(void);
18 extern void w32_update_xinerama_info(void);
20 #endif /* MPLAYER_W32_COMMON_H */