[Mplayer-cvslog] CVS: main/Gui interface.c,1.20,1.21

Zoltan Ponekker pontscho at mplayerhq.hu
Sat Jul 6 01:47:29 CEST 2002


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

Modified Files:
	interface.c 
Log Message:


- add icon (nice, but very ugly hakk:)
- move all window to one group
- better multilanguage support
- some small bug fixed
- some warning fixed
- swap the two menu
- fix small network playing bug ( evPlay instead of evPlayNetwork :)
- add channel name selection for equalizer support



Index: interface.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/interface.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- interface.c	3 Jul 2002 18:57:50 -0000	1.20
+++ interface.c	5 Jul 2002 23:46:56 -0000	1.21
@@ -237,12 +237,14 @@
 #if defined( HAVE_VCD ) || defined( USE_DVDREAD )
         if ( guiIntfStruct.DiskChanged )
           {
+/*
 #ifdef USE_DVDREAD
            switch ( guiIntfStruct.StreamType )
             {
              case STREAMTYPE_DVD: filename=DEFAULT_DVD_DEVICE; break;
             }
 #endif
+*/
            guiIntfStruct.DiskChanged=0;
 	   guiGetEvent( guiCEvent,(char *)guiSetPlay );
 	  }




More information about the MPlayer-cvslog mailing list