changeset 1355:2a69c94320e6 trunk

[svn] - add tuple->formatter to tuplespace
author nenolod
date Wed, 28 Jun 2006 19:06:06 -0700
parents a0b8858c0342
children e6cf73d27ea4
files ChangeLog audacious/titlestring.h libaudacious/titlestring.h
diffstat 3 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Jun 28 18:53:47 2006 -0700
+++ b/ChangeLog	Wed Jun 28 19:06:06 2006 -0700
@@ -1,3 +1,12 @@
+2006-06-29 01:53:47 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [1620]
+  - tuple builder for PSF files
+  
+
+  Changes:        Modified:
+  +24 -16         trunk/Plugins/Input/sexypsf/xmms.c  
+
+
 2006-06-29 01:21:25 +0000  Tony Vroon <chainsaw@gentoo.org>
   revision [1618]
   Hook up Altivec-enabled DCT64 for MP3. WMA throws a tantrum on Altivec machines. Submit a patch, or wait for me to fix it.
--- a/audacious/titlestring.h	Wed Jun 28 18:53:47 2006 -0700
+++ b/audacious/titlestring.h	Wed Jun 28 19:06:06 2006 -0700
@@ -47,6 +47,7 @@
     const gchar *file_ext;      /* %e *//* is not always strdup'ed, see xmms_input_get_song_info and plugins! */
     gchar *file_path;           /* %F */
     gint length;		/* not displayable */
+    gchar *formatter;		/* not displayable */
 } TitleInput;
 
 typedef TitleInput BmpTitleInput;
--- a/libaudacious/titlestring.h	Wed Jun 28 18:53:47 2006 -0700
+++ b/libaudacious/titlestring.h	Wed Jun 28 19:06:06 2006 -0700
@@ -47,6 +47,7 @@
     const gchar *file_ext;      /* %e *//* is not always strdup'ed, see xmms_input_get_song_info and plugins! */
     gchar *file_path;           /* %F */
     gint length;		/* not displayable */
+    gchar *formatter;		/* not displayable */
 } TitleInput;
 
 typedef TitleInput BmpTitleInput;