[Mplayer-cvslog] CVS: main/Gui/mplayer mplayer.c,1.29,1.30

Zoltan Ponekker pontscho at mplayerhq.hu
Tue Jul 30 13:50:23 CEST 2002


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

Modified Files:
	mplayer.c 
Log Message:


- some cosmetic change in preferences
- add *.wav to file selector
- fix setlocale() bug



Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/mplayer.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- mplayer.c	25 Jul 2002 20:26:34 -0000	1.29
+++ mplayer.c	30 Jul 2002 11:50:20 -0000	1.30
@@ -111,6 +111,7 @@
  if ( !appMPlayer.mainDecoration ) wsWindowDecoration( &appMPlayer.mainWindow,0 );
  
  wsVisibleWindow( &appMPlayer.mainWindow,wsShowWindow );
+#if 0
  wsVisibleWindow( &appMPlayer.subWindow,wsShowWindow );
 
  {
@@ -124,7 +125,7 @@
    mplFullScreen();
    btnModify( evFullScreen,btnPressed );
   }
-
+#endif
  mplSubRender=1;
 }
 




More information about the MPlayer-cvslog mailing list