[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


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 ) )
   {




More information about the MPlayer-cvslog mailing list