# HG changeset patch # User pontscho # Date 1010580118 0 # Node ID 5455b83b922c91fda47c4196d211b007f1786826 # Parent 974e028471a4d3d111af8d4016ac56b5de40b9a7 jol csak KeyPress - re event mplayernek. diff -r 974e028471a4 -r 5455b83b922c Gui/mplayer/mw.h --- a/Gui/mplayer/mw.h Tue Jan 08 20:58:53 2002 +0000 +++ b/Gui/mplayer/mw.h Wed Jan 09 12:41:58 2002 +0000 @@ -612,7 +612,7 @@ 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 ) ) {