Mercurial > mplayer.hg
view Gui/skin/skin.h @ 11824:ce44fb6eb15c
Our DirectFB documentation is dated, the current version is now linked to
from video.xml.
author | diego |
---|---|
date | Wed, 21 Jan 2004 21:18:33 +0000 |
parents | 0a665389cf2b |
children | 634a2b279b1a |
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 char * trimleft( char * in ); extern char * strswap( char * in,char what,char whereof ); extern char * trim( char * in ); #endif