diff Gui/mplayer/mw.h @ 4061:5455b83b922c

jol csak KeyPress - re event mplayernek.
author pontscho
date Wed, 09 Jan 2002 12:41:58 +0000
parents 772729dd7b40
children 61e53100353e
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 ) )
   {