[Mplayer-cvslog] CVS: main/Gui/mplayer mplayer.c,1.31,1.32 widgets.c,1.35,1.36

Zoltan Ponekker pontscho at mplayerhq.hu
Sun Aug 4 19:24:02 CEST 2002


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

Modified Files:
	mplayer.c widgets.c 
Log Message:


- fix fuckin' locale (?:)
- fix msg box layer handling


Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/mplayer.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- mplayer.c	4 Aug 2002 11:09:20 -0000	1.31
+++ mplayer.c	4 Aug 2002 17:23:59 -0000	1.32
@@ -45,6 +45,7 @@
 {
  int i;
 
+#if 0
  // init fields of this struct to default values
  guiIntfStruct.Balance=50.0f;
  guiIntfStruct.StreamType=-1;
@@ -53,6 +54,7 @@
 
  // read gui.conf, gui.pl
  cfg_read();
+#endif 
 
  // opens X display, checks for extensions (XShape, DGA etc)
  wsXInit( disp );
@@ -113,7 +115,7 @@
  if ( !appMPlayer.mainDecoration ) wsWindowDecoration( &appMPlayer.mainWindow,0 );
  
  wsVisibleWindow( &appMPlayer.mainWindow,wsShowWindow );
-#if 0
+#if 1
  wsVisibleWindow( &appMPlayer.subWindow,wsShowWindow );
 
  {

Index: widgets.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/widgets.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- widgets.c	30 Jul 2002 23:09:23 -0000	1.35
+++ widgets.c	4 Aug 2002 17:23:59 -0000	1.36
@@ -148,6 +148,7 @@
   }
  gtk_widget_show( MessageBox );
  gtkSetLayer( MessageBox );
+ gtkActive( MessageBox );
  if ( type == GTK_MB_FATAL )
   while ( gtkVMessageBox ) gtk_main_iteration_do( 0 );
 }




More information about the MPlayer-cvslog mailing list