fs button bug fix

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3480 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pontscho 2001-12-13 00:25:08 +00:00
parent dfe51a31fa
commit d94735a287
2 changed files with 2 additions and 0 deletions

View File

@ -210,6 +210,7 @@ void ChangeSkin( void )
btnModify( evSetVolume,mplShMem->Volume );
btnModify( evSetBalance,mplShMem->Balance );
btnModify( evSetMoviePosition,mplShMem->Position );
btnModify( evFullScreen,!appMPlayer.subWindow.isFullScreen );
}
void EventHandling( void )

View File

@ -706,6 +706,7 @@ void btnModify( int event,float state )
{
case itButton:
appMPlayer.Items[j].pressed=(int)state;
appMPlayer.Items[j].tmp=(int)state;
break;
case itPotmeter:
case itHPotmeter: