Mercurial > mplayer.hg
annotate Gui/skin/skin.h @ 8557:97cf659a4c38
- fixed uninitialized offsets[]
- tracklist may not be closed by '.' but EOF
author | arpi |
---|---|
date | Tue, 24 Dec 2002 21:59:38 +0000 |
parents | 72700fefd3dc |
children | 0a665389cf2b |
rev | line source |
---|---|
1693 | 1 |
2 #ifndef __MY_SKIN | |
3 #define __MY_SKIN | |
4 | |
5 #include "../app.h" | |
6 | |
7 extern listItems * skinAppMPlayer; | |
8 //extern listItems * skinAppTV; | |
9 //extern listItems * skinAppRadio; | |
10 | |
11 extern int skinRead( char * dname ); | |
12 extern int skinBPRead( char * fname, txSample * bf ); | |
13 | |
14 // --- | |
15 | |
16 extern char * strdelspacesbeforecommand( char * in ); | |
17 extern char * strswap( char * in,char what,char whereof ); | |
18 extern char * strdelspaces( char * in ); | |
19 | |
20 #endif |