diff Gui/mplayer/mw.h @ 1784:e9ea2e9cf854

key handling fix
author pontscho
date Thu, 30 Aug 2001 20:51:35 +0000
parents fcba80a2e79f
children ac269ebda44c
line wrap: on
line diff
--- a/Gui/mplayer/mw.h	Thu Aug 30 20:13:14 2001 +0000
+++ b/Gui/mplayer/mw.h	Thu Aug 30 20:51:35 2001 +0000
@@ -539,9 +539,6 @@
    case wsGrayMul:   msg=evIncVolume; break;
    case wsGrayDiv:   msg=evDecVolume; break;
 
-   case wsGrayPlus:  msg=evIncAudioBufDelay; break;
-   case wsGrayMinus: msg=evDecAudioBufDelay; break;
-
    case wsEnter:     msg=evPlay; break;
    case wsSpace:     msg=evPause; break;
    case wsa:
@@ -560,6 +557,7 @@
    case wsS:         msg=evStop; break;
    case wsp:
    case wsP:         msg=evPlayList; break;
+   default:          mplayer_put_key( Key ); return;
   }
  if ( ( msg != evNone )&&( Type == wsKeyPressed ) )
   {