1
mirror of https://github.com/mpv-player/mpv synced 2025-01-20 21:07:29 +01:00

some warning kill

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3597 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pontscho 2001-12-18 23:14:29 +00:00
parent 872b4926ec
commit 39118a2970

View File

@ -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 "../../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 "../../config.h"
#include "../../libvo/x11_common.h"
#include "../../libmpdemux/stream.h"
#include "./mplayer.h"
#define gtkShow( w ) gtkShMem->vs.window=w; gtkSendMessage( evShowWindow );
@ -106,7 +108,7 @@ void gtkSigHandler( int s )
// 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)
{