Mercurial > mplayer.hg
view libvo/w32_common.h @ 27556:ff8cabc7f18f
10000l PIX_FMT_MONOWHITE check was really a || 1.
Thats what happens when one does not do the full set of tests before each commit
and just quickly goes over the diff thinking, "hey it is a trivial change".
author | michael |
---|---|
date | Fri, 12 Sep 2008 17:28:36 +0000 |
parents | 0585db9f5b32 |
children | 9e739bdb049c |
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; 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 */