[Mplayer-cvslog] CVS: main/Gui/mplayer psignal.c,1.22,1.23
Zoltan Ponekker
pontscho at mplayer.dev.hu
Wed Dec 19 00:14:31 CET 2001
Update of /cvsroot/mplayer/main/Gui/mplayer
In directory mplayer:/var/tmp.root/cvs-serv4564/Gui/mplayer
Modified Files:
psignal.c
Log Message:
some warning kill
Index: psignal.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/psignal.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- psignal.c 18 Dec 2001 22:59:04 -0000 1.22
+++ psignal.c 18 Dec 2001 23:14:29 -0000 1.23
@@ -6,19 +6,21 @@
#include <unistd.h>
#include "widgets.h"
+#include "gtk/menu.h"
#include "play.h"
#include "gtk/fs.h"
#include "../app.h"
-#include "../skin/skin.h"
-#include "../wm/ws.h"
-#include "../error.h"
-
#include "../../config.h"
+#include "../../help_mp.h"
#include "../../libvo/x11_common.h"
#include "../../libmpdemux/stream.h"
+#include "../skin/skin.h"
+#include "../wm/ws.h"
+#include "../error.h"
+
#include "./mplayer.h"
#define gtkShow( w ) gtkShMem->vs.window=w; gtkSendMessage( evShowWindow );
@@ -106,7 +108,7 @@
// gtkShow( evPlay );
break;
case evMessageBox:
- gtk_label_set_text( gtkMessageBoxText,(char *)gtkShMem->mb.str );
+ gtk_label_set_text( GTK_LABEL( gtkMessageBoxText ),gtkShMem->mb.str );
if( gtkVisibleMessageBox ) gtk_widget_hide( MessageBox );
switch( gtkShMem->mb.type)
{
More information about the MPlayer-cvslog
mailing list