Mercurial > mplayer.hg
view Gui/mplayer/mplayer.h @ 7180:28677d779205
-afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible
author | arpi |
---|---|
date | Fri, 30 Aug 2002 21:44:20 +0000 |
parents | f554e7271587 |
children | 9246adcf95f0 |
line wrap: on
line source
#ifndef __MYMPLAYERHANDLER #define __MYMPLAYERHANDLER extern int mplSubRender; extern int mplMainRender; extern unsigned char * mplDrawBuffer; extern unsigned char * mplMenuDrawBuffer; extern int mainVisible; extern int mplMainAutoPlay; extern int mplMiddleMenu; extern void mplInit( void * disp ); extern void mplEventHandling( int msg,float param ); #endif