comparison Gui/mplayer/play.c @ 5690:436cf6ef67fd

fix skin loading bug
author pontscho
date Thu, 18 Apr 2002 21:24:42 +0000
parents 2077782d0ca9
children 67f0194f3a8c
comparison
equal deleted inserted replaced
5689:2077782d0ca9 5690:436cf6ef67fd
139 listItems tmpList; 139 listItems tmpList;
140 140
141 void ChangeSkin( char * name ) 141 void ChangeSkin( char * name )
142 { 142 {
143 int ret; 143 int ret;
144 // if ( !strcmp( skinName,name ) ) return; 144
145 mainVisible=0; 145 mainVisible=0;
146 146
147 appInitStruct( &tmpList ); 147 appInitStruct( &tmpList );
148 skinAppMPlayer=&tmpList; 148 skinAppMPlayer=&tmpList;
149 fntFreeFont(); 149 fntFreeFont();