annotate Gui/skin/skin.h @ 13792:d603c33bb3d3
menu option to set desired movie aspect & keep aspect on window resize
author |
nplourde |
date |
Thu, 28 Oct 2004 22:03:26 +0000 |
parents |
634a2b279b1a |
children |
0e1471d9da74 |
rev |
line source |
1693
|
1
|
|
2 #ifndef __MY_SKIN
|
|
3 #define __MY_SKIN
|
|
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
|
8973
|
14 extern char * trimleft( char * in );
|
1693
|
15 extern char * strswap( char * in,char what,char whereof );
|
8973
|
16 extern char * trim( char * in );
|
1693
|
17
|
|
18 #endif
|