[Mplayer-cvslog] CVS: main/Gui interface.c,1.69,1.70

Zoltan Ponekker pontscho at mplayerhq.hu
Sat Jan 11 02:30:09 CET 2003


Update of /cvsroot/mplayer/main/Gui
In directory mail:/var/tmp.root/cvs-serv1689

Modified Files:
	interface.c 
Log Message:


- new font render finished
- fix 'l' button (evLoad changed to evLoadPlay)


Index: interface.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/interface.c,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- interface.c	2 Jan 2003 12:42:30 -0000	1.69
+++ interface.c	11 Jan 2003 01:29:50 -0000	1.70
@@ -277,6 +277,7 @@
 
 void guiDone( void )
 {
+ mplMainRender=0;
  mp_msg( MSGT_GPLAYER,MSGL_V,"[gui] done.\n" );
  cfg_write();
  wsXDone();
@@ -284,7 +285,7 @@
 
 int guiCMDArray[] =
  {
-  evLoad,
+  evLoadPlay,
   evLoadSubtitle,
   evAbout,
   evPlay,



More information about the MPlayer-cvslog mailing list