Mercurial > mplayer.hg
annotate gui/skin/skin.h @ 25396:163348bb1e4a
Should not change stream->pos in fill_buffer function.
author | ulion |
---|---|
date | Sun, 16 Dec 2007 16:39:10 +0000 |
parents | 3f0d00abc073 |
children | 3baf6a2283da |
rev | line source |
---|---|
23077 | 1 |
23689
3f0d00abc073
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
parents:
23685
diff
changeset
|
2 #ifndef GUI_SKIN_H |
3f0d00abc073
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
parents:
23685
diff
changeset
|
3 #define GUI_SKIN_H |
23077 | 4 |
5 #include "app.h" | |
6 | |
7 extern listItems * skinAppMPlayer; | |
8 | |
9 extern int skinRead( char * dname ); | |
10 extern int skinBPRead( char * fname, txSample * bf ); | |
11 | |
12 // --- | |
13 | |
14 extern char * trimleft( char * in ); | |
15 extern char * strswap( char * in,char what,char whereof ); | |
16 extern char * trim( char * in ); | |
17 | |
18 #endif |