Mercurial > mplayer.hg
view Gui/skin/skin.h @ 20251:2971196cd8c6
Disable loading of file-specific configuration file from the same
directory as the played file. Add a command-line switch to enable it.
Patch by reimar, manpage patch by me
author | rtogni |
---|---|
date | Sun, 15 Oct 2006 21:27:15 +0000 |
parents | 0e1471d9da74 |
children |
line wrap: on
line source
#ifndef __MY_SKIN #define __MY_SKIN #include "app.h" extern listItems * skinAppMPlayer; 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