diff audacious/plugin.h @ 1273:3b990c26fc46 trunk

[svn] - Support for the buffer indicator in playpaus.png that was apparently ignored by XMMS devs. Supports mp3 streams only, at the moment.
author nhjm449
date Fri, 16 Jun 2006 02:17:33 -0700
parents 6d9c45d157f9
children c4640c88942d
line wrap: on
line diff
--- a/audacious/plugin.h	Fri Jun 16 01:45:08 2006 -0700
+++ b/audacious/plugin.h	Fri Jun 16 02:17:33 2006 -0700
@@ -155,6 +155,7 @@
 
     TitleInput *(*get_song_tuple) (gchar * filename);
     void (*set_song_tuple) (TitleInput * tuple);
+    void (*set_status_buffering) (gboolean status);
 };
 
 struct _GeneralPlugin {