diff audacious/titlestring.h @ 1355:2a69c94320e6 trunk

[svn] - add tuple->formatter to tuplespace
author nenolod
date Wed, 28 Jun 2006 19:06:06 -0700
parents 6d9c45d157f9
children f12d7e208b43
line wrap: on
line diff
--- 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;