diff Gui/mplayer/play.h @ 9291:64b8c5a07c2c

- It adds an option enqueue/noenqueue, so users can choose if they want to have playlist overwritten by files on commandline or just enqueue them at the end ... - Playtree is finally cleared, as such gui has total control! - Autoplay if files are available on commandline and -enqueue is not set! - Fallback on Playlists finally does work with Gui and even with streaming Playlists! [ Before gui was broken as mplayer.c:playtree tried to have control] patch by Fabian Franz <FabianFranz@gmx.de>
author arpi
date Wed, 05 Feb 2003 23:02:35 +0000
parents 98bed9e12087
children f0bcaf5ea675
line wrap: on
line diff
--- a/Gui/mplayer/play.h	Wed Feb 05 23:02:05 2003 +0000
+++ b/Gui/mplayer/play.h	Wed Feb 05 23:02:35 2003 +0000
@@ -13,6 +13,7 @@
 extern void mplState( void );
 extern void mplPrev( void );
 extern void mplNext( void );
+extern void mplCurr( void );
 
 extern void mplIncAudioBufDelay( void );
 extern void mplDecAudioBufDelay( void );