Mercurial > mplayer.hg
annotate gui/skin/skin.h @ 25877:c541499ddf25
sync with r25663 and misc. fixes, patch by JRaSH
author | kraymer |
---|---|
date | Mon, 28 Jan 2008 17:13:45 +0000 |
parents | 3baf6a2283da |
children | 4129c8cfa742 |
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 | |
25535
3baf6a2283da
Add explanatory comments to the #endif part of multiple inclusion guards.
diego
parents:
23689
diff
changeset
|
18 #endif /* GUI_SKIN_H */ |