[Mplayer-cvslog] CVS: main/Gui/mplayer/gtk mb.c,1.17,1.18 opts.c,1.59,1.60
Zoltan Ponekker
pontscho at mplayerhq.hu
Thu Mar 20 13:42:47 CET 2003
- Previous message: [Mplayer-cvslog] CVS: main/Gui/mplayer common.c,1.2,1.3 mw.c,1.108,1.109 pb.c,1.4,1.5 sw.c,1.40,1.41
- Next message: [Mplayer-cvslog] CVS: main/DOCS/en mplayer.1,1.345,1.346
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/Gui/mplayer/gtk
In directory mail:/var/tmp.root/cvs-serv19304/Gui/mplayer/gtk
Modified Files:
mb.c opts.c
Log Message:
many 10l for me ...
Index: mb.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/gtk/mb.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- mb.c 2 Jan 2003 15:48:29 -0000 1.17
+++ mb.c 20 Mar 2003 12:42:14 -0000 1.18
@@ -11,7 +11,7 @@
#include "common.h"
GtkWidget * gtkMessageBoxText;
-GtkWidget * MessageBox;
+GtkWidget * MessageBox = NULL;
void ShowMessageBox( char * msg )
{
Index: opts.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/gtk/opts.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- opts.c 8 Feb 2003 21:54:57 -0000 1.59
+++ opts.c 20 Mar 2003 12:42:14 -0000 1.60
@@ -69,6 +69,7 @@
static GtkWidget * CBPostprocess;
static GtkWidget * CBCache;
static GtkWidget * CBLoadFullscreen;
+static GtkWidget * CBSaveWinPos;
static GtkWidget * CBStopXScreenSaver;
static GtkWidget * CBPlayBar;
@@ -352,6 +353,7 @@
// --- 6. page
gtk_toggle_button_set_active( GTK_TOGGLE_BUTTON( CBPostprocess ),gtkVopPP );
gtk_toggle_button_set_active( GTK_TOGGLE_BUTTON( CBLoadFullscreen ),gtkLoadFullscreen );
+ gtk_toggle_button_set_active( GTK_TOGGLE_BUTTON( CBSaveWinPos ),gui_save_pos );
gtk_toggle_button_set_active( GTK_TOGGLE_BUTTON( CBShowVideoWindow ),gtkShowVideoWindow );
if ( !gtkShowVideoWindow )
{
@@ -592,6 +594,7 @@
// --- 6. page
gtkVopPP=gtk_toggle_button_get_active( GTK_TOGGLE_BUTTON( CBPostprocess ) );
gtkLoadFullscreen=gtk_toggle_button_get_active( GTK_TOGGLE_BUTTON( CBLoadFullscreen ) );
+ gui_save_pos=gtk_toggle_button_get_active( GTK_TOGGLE_BUTTON( CBSaveWinPos ) );
gtkShowVideoWindow=gtk_toggle_button_get_active( GTK_TOGGLE_BUTTON( CBShowVideoWindow ) );
stop_xscreensaver=gtk_toggle_button_get_active( GTK_TOGGLE_BUTTON( CBStopXScreenSaver ) );
gtkEnablePlayBar=gtk_toggle_button_get_active( GTK_TOGGLE_BUTTON( CBPlayBar ) );
@@ -1195,6 +1198,7 @@
CBShowVideoWindow=AddCheckButton( MSGTR_PREFERENCES_ShowVideoWindow,vbox602 );
CBLoadFullscreen=AddCheckButton( MSGTR_PREFERENCES_LoadFullscreen,vbox602 );
+ CBSaveWinPos=AddCheckButton( MSGTR_PREFERENCES_SaveWinPos,vbox602 );
CBStopXScreenSaver=AddCheckButton( MSGTR_PREFERENCES_XSCREENSAVER,vbox602 );
CBPlayBar=AddCheckButton( MSGTR_PREFERENCES_PlayBar,vbox602 );
- Previous message: [Mplayer-cvslog] CVS: main/Gui/mplayer common.c,1.2,1.3 mw.c,1.108,1.109 pb.c,1.4,1.5 sw.c,1.40,1.41
- Next message: [Mplayer-cvslog] CVS: main/DOCS/en mplayer.1,1.345,1.346
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list