Mercurial > mplayer.hg
view Gui/mplayer/mplayer.h @ 4559:5dc383bb1c82
added mga_top_reserved module parameter to skip a configurable amount
of space at the top of video memory. this is needed to prevent
corruption of the kernel's console font when using the "fastfont"
option with matroxfb.
author | rfelker |
---|---|
date | Thu, 07 Feb 2002 02:07:29 +0000 |
parents | 1902b7ff9cdc |
children | 3473ca9ef158 |
line wrap: on
line source
#ifndef __MYMPLAYERHANDLER #define __MYMPLAYERHANDLER extern int mplSubRender; extern int mplMainRender; extern int mplGeneralTimer; extern unsigned char * mplDrawBuffer; extern unsigned char * mplMenuDrawBuffer; extern int mainVisible; extern int mplMainAutoPlay; extern int mplMiddleMenu; extern void mplInit( int argc,char* argv[], char *envp[], void* disp ); extern void mplMsgHandle( int msg,float param ); #endif