Mercurial > mplayer.hg
annotate gui/skin/skin.h @ 23762:896a1faed1d2
Group all vo driver checks together.
author | diego |
---|---|
date | Sat, 14 Jul 2007 15:11:08 +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 |