summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-09 12:41:58 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-09 12:41:58 +0000
commit36cf5a69af2a23619f36d4a109cd24d57cbbfefa (patch)
treecdbe1de0cfb5ebe204b451d055311aca07d3e985 /Gui
parent9756472bdd8aee88475f52639ee4471ab10dccd1 (diff)
downloadmpv-36cf5a69af2a23619f36d4a109cd24d57cbbfefa.tar.bz2
mpv-36cf5a69af2a23619f36d4a109cd24d57cbbfefa.tar.xz
jol csak KeyPress - re event mplayernek.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4062 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r--Gui/mplayer/mw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/mplayer/mw.h b/Gui/mplayer/mw.h
index f161b40bd7..3ec603d624 100644
--- a/Gui/mplayer/mw.h
+++ b/Gui/mplayer/mw.h
@@ -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 ) )
{