diff options
author | pontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-08-30 20:57:09 +0000 |
---|---|---|
committer | pontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-08-30 20:57:09 +0000 |
commit | f575265bdab4df24c82d824b6d97f2c263dfd6e9 (patch) | |
tree | dfc7ddfcd2af994e2f488a00ebef1f2d1826fa16 /Gui | |
parent | 8f3c713df066d7408479eb951e9f6b992811e6ed (diff) |
i say: fix keyhandling
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1787 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r-- | Gui/mplayer/mw.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) ) { |