Mercurial > mplayer.hg
view gui/skin/skin.h @ 26248:83e813ecc187
support for DragonFly BSD, patch by Hasso Tepper, hasso estpak ee
author | diego |
---|---|
date | Thu, 27 Mar 2008 02:04:03 +0000 |
parents | 4129c8cfa742 |
children | 10dfbc523184 |
line wrap: on
line source
#ifndef MPLAYER_GUI_SKIN_H #define MPLAYER_GUI_SKIN_H #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 /* MPLAYER_GUI_SKIN_H */