[Mplayer-cvslog] CVS: main/Gui/mplayer mw.h,1.81,1.82

Zoltan Ponekker pontscho at mplayerhq.hu
Fri Aug 30 21:11:05 CEST 2002


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

Modified Files:
	mw.h 
Log Message:
add subtitle dropping support

Index: mw.h
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/mw.h,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- mw.h	29 Aug 2002 22:24:48 -0000	1.81
+++ mw.h	30 Aug 2002 19:11:02 -0000	1.82
@@ -356,6 +356,10 @@
         gtkShow( evLoad,NULL );
         break;
    case evLoadSubtitle:  gtkShow( evLoadSubtitle,NULL );  break;
+   case evDropSubtitle:
+	gfree( (void **)&guiIntfStruct.Subtitlename );
+	guiLoadSubtitle( NULL );
+	break;
    case evLoadAudioFile: gtkShow( evLoadAudioFile,NULL ); break;
    case evPrev: mplPrev(); break;
    case evNext: mplNext(); break;




More information about the MPlayer-cvslog mailing list