Mercurial > mplayer.hg
view Gui/skin/skin.h @ 18355:385b3505ac41
1.1276: Consistency for the 'i' key, [does not apply]
document vglobal, aglobal and i_certify_that_i_am_the_longest_option_ever.
1.1275: Small grammar fix introduced by my previous commit :/ [does not apply]
1.1274: Small clarification to the i keystroke description [previously commited]
author | kraymer |
---|---|
date | Sun, 30 Apr 2006 13:16:17 +0000 |
parents | 0e1471d9da74 |
children |
line wrap: on
line source
#ifndef __MY_SKIN #define __MY_SKIN #include "app.h" extern listItems * skinAppMPlayer; extern int skinRead( char * dname ); extern int skinBPRead( char * fname, txSample * bf ); // --- extern char * trimleft( char * in ); extern char * strswap( char * in,char what,char whereof ); extern char * trim( char * in ); #endif