Mercurial > mplayer.hg
view Gui/skin/skin.h @ 4241:817742049fa0
updated based vo_xmga, using colorkey, working with gui, fixed xinerama and window moving/resizing
author | alex |
---|---|
date | Fri, 18 Jan 2002 18:15:43 +0000 |
parents | d6c99f70449e |
children | 72700fefd3dc |
line wrap: on
line source
#ifndef __MY_SKIN #define __MY_SKIN #include "../app.h" extern listItems * skinAppMPlayer; //extern listItems * skinAppTV; //extern listItems * skinAppRadio; extern int skinRead( char * dname ); extern int skinBPRead( char * fname, txSample * bf ); extern void btnModify( int event,float state ); extern float btnGetValue( int event ); // --- extern char * strdelspacesbeforecommand( char * in ); extern char * strswap( char * in,char what,char whereof ); extern char * strdelspaces( char * in ); #endif