view libvo/w32_common.h @ 26053:a48a280fc0e1

Add #include <sys/sysctl.h> for Mac OS X, fixes the warning cpudetect.c:344: warning: implicit declaration of function sysctlbyname patch by Elias Pipping, elias pipping org
author diego
date Sun, 24 Feb 2008 12:05:20 +0000
parents 4129c8cfa742
children 0585db9f5b32
line wrap: on
line source

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