view Gui/skin/skin.h @ 8653:5af3d90a8f6b

NetWM fs. switching cleanup patch by Filip Kalinski <filon@pld.org.pl>
author arpi
date Mon, 30 Dec 2002 00:47:43 +0000
parents 72700fefd3dc
children 0a665389cf2b
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 * strdelspacesbeforecommand( char * in );
extern char * strswap( char * in,char what,char whereof );
extern char * strdelspaces( char * in );

#endif