changeset 4061:5455b83b922c

jol csak KeyPress - re event mplayernek.
author pontscho
date Wed, 09 Jan 2002 12:41:58 +0000
parents 974e028471a4
children 14b0b19f7629
files Gui/mplayer/mw.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 ) )
   {