From f575265bdab4df24c82d824b6d97f2c263dfd6e9 Mon Sep 17 00:00:00 2001 From: pontscho Date: Thu, 30 Aug 2001 20:57:09 +0000 Subject: i say: fix keyhandling git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1787 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Gui/mplayer/mw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gui/mplayer/mw.h b/Gui/mplayer/mw.h index d482f5b154..da432e04ed 100644 --- a/Gui/mplayer/mw.h +++ b/Gui/mplayer/mw.h @@ -557,7 +557,7 @@ void mplMainKeyHandle( int State,int Type,int Key ) case wsS: msg=evStop; break; case wsp: case wsP: msg=evPlayList; break; - default: mplayer_put_key( Key ); return; + default: vo_x11_putkey( Key ); return; } if ( ( msg != evNone )&&( Type == wsKeyPressed ) ) { -- cgit v1.2.3