[Mplayer-cvslog] CVS: main/Gui/mplayer mw.h,1.12,1.13
Zoltan Ponekker
pontscho at mplayer.dev.hu
Thu Aug 30 22:57:11 CEST 2001
- Previous message: [Mplayer-cvslog] CVS: main/DOCS/Hungarian cd-dvd.html,1.7,1.8 codecs.html,1.5,1.6 documentation.html,1.12,1.13 faq.html,1.7,1.8 sound.html,1.4,1.5 video.html,1.5,1.6
- Next message: [Mplayer-cvslog] CVS: main mplayer.c,1.257,1.258
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/Gui/mplayer
In directory mplayer:/var/tmp.root/cvs-serv4744
Modified Files:
mw.h
Log Message:
i say: fix keyhandling
Index: mw.h
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/mw.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- mw.h 30 Aug 2001 20:51:35 -0000 1.12
+++ mw.h 30 Aug 2001 20:57:09 -0000 1.13
@@ -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 ) )
{
- Previous message: [Mplayer-cvslog] CVS: main/DOCS/Hungarian cd-dvd.html,1.7,1.8 codecs.html,1.5,1.6 documentation.html,1.12,1.13 faq.html,1.7,1.8 sound.html,1.4,1.5 video.html,1.5,1.6
- Next message: [Mplayer-cvslog] CVS: main mplayer.c,1.257,1.258
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list