CVS: main/Gui/mplayer mw.h,1.39,1.40
Update of /cvsroot/mplayer/main/Gui/mplayer In directory mplayer:/var/tmp.root/cvs-serv1779/Gui/mplayer Modified Files: mw.h Log Message: jol csak KeyPress - re event mplayernek. Index: mw.h =================================================================== RCS file: /cvsroot/mplayer/main/Gui/mplayer/mw.h,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- mw.h 19 Dec 2001 16:55:31 -0000 1.39 +++ mw.h 9 Jan 2002 12:41:58 -0000 1.40 @@ -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 ) ) {
participants (1)
-
Zoltan Ponekker