view Gui/skin/skin.h @ 2743:1438574ccdc3

dvb test, /dev/ost/video: Check for character device (-c) instead of file existance (-e), the -e test is not available on solaris' /bin/sh.
author jkeil
date Tue, 06 Nov 2001 16:56:27 +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