Mercurial > mplayer.hg
view Gui/skin/skin.h @ 12123:a2e172cc06cb
Unmap window before change in decor and size while flipping full screen mode (by Adam Tla/lka)
(reversed and recommited without cosmetics by me)
author | rathann |
---|---|
date | Mon, 05 Apr 2004 21:33:51 +0000 |
parents | 634a2b279b1a |
children | 0e1471d9da74 |
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