diff libaudacious/titlestring.h @ 1229:e4b17654a83b trunk

[svn] - Add TitleInput.length member.
author nenolod
date Wed, 14 Jun 2006 18:46:43 -0700
parents cb178e5ad177
children 2a69c94320e6
line wrap: on
line diff
--- a/libaudacious/titlestring.h	Wed Jun 14 17:57:58 2006 -0700
+++ b/libaudacious/titlestring.h	Wed Jun 14 18:46:43 2006 -0700
@@ -46,6 +46,7 @@
     gchar *file_name;           /* %f */
     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 */
 } TitleInput;
 
 typedef TitleInput BmpTitleInput;