jol csak KeyPress - re event mplayernek.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4062 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pontscho 2002-01-09 12:41:58 +00:00
parent 9756472bdd
commit 36cf5a69af
1 changed files with 1 additions and 1 deletions

View File

@ -612,7 +612,7 @@ void mplMainKeyHandle( int State,int Type,int Key )
case wsS: msg=evStop; break;
case wsp:
case wsP: msg=evPlayList; break;
default: vo_x11_putkey( Key ); return;
default: if ( Type == wsKeyPressed ) vo_x11_putkey( Key ); return;
}
if ( ( msg != evNone )&&( Type == wsKeyPressed ) )
{