view Gui/skin/skin.h @ 13847:939ec0981090

several updates in video filters section, almost finished sync added a tag to indicate how far the sync process has gone 1.799: vo_gl should work fine with -fixed-vo
author kraymer
date Tue, 02 Nov 2004 00:03:38 +0000
parents 634a2b279b1a
children 0e1471d9da74
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