Mercurial > mplayer.hg
view gui/skin/skin.h @ 24613:a1dd22567239
r21748: Reformatting round continued
r21760: Directly point to the Subversion instructions.
r21791: avoid a possible confusion, as suggested by Wanderer
r21802: x264 is MPEG-4 AVC, not ASP
r21849: fix typo
author | kraymer |
---|---|
date | Thu, 27 Sep 2007 17:45:28 +0000 |
parents | 3f0d00abc073 |
children | 3baf6a2283da |
line wrap: on
line source
#ifndef GUI_SKIN_H #define 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