Mercurial > mplayer.hg
changeset 1786:ac269ebda44c
i say: fix keyhandling
author | pontscho |
---|---|
date | Thu, 30 Aug 2001 20:57:09 +0000 |
parents | 5bf17e98893a |
children | de6a0987a08d |
files | Gui/mplayer/mw.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Gui/mplayer/mw.h Thu Aug 30 20:52:02 2001 +0000 +++ b/Gui/mplayer/mw.h Thu Aug 30 20:57:09 2001 +0000 @@ -557,7 +557,7 @@ 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 ) ) {