view libvo/w32_common.h @ 28423:395034c15a4b

Latest 9.1 ATI drivers finally fixed PBOs, thus do not need ati-hack and are much faster without it. Change autodetection accordingly.
author reimar
date Tue, 03 Feb 2009 11:46:31 +0000
parents 9e739bdb049c
children 7681eab10aea
line wrap: on
line source

#ifndef MPLAYER_W32_COMMON_H
#define MPLAYER_W32_COMMON_H

#include <stdint.h>
#include <windows.h>

extern HWND vo_w32_window;
extern int vo_vm;

int vo_w32_init(void);
void vo_w32_uninit(void);
void vo_w32_ontop(void);
void vo_w32_border(void);
void vo_w32_fullscreen(void);
int vo_w32_check_events(void);
int vo_w32_config(uint32_t, uint32_t, uint32_t);
void destroyRenderingContext(void);
void w32_update_xinerama_info(void);

#endif /* MPLAYER_W32_COMMON_H */