diff src/audacious/playlist.h @ 3920:c2b2828186ba

- serial number has been added to playlist structure so that changes of the current playlist can be notified. - now jumptotrack always synchronizes to the current plalylist. - jumptotrack remembers the filter string while the current playlist is identical. - refresh button in jumptotrack deletes filter string.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Fri, 09 Nov 2007 19:39:27 +0900
parents f5b8463b18a2
children e9fd46b0893b
line wrap: on
line diff
--- a/src/audacious/playlist.h	Thu Nov 08 18:33:14 2007 +0100
+++ b/src/audacious/playlist.h	Fri Nov 09 19:39:27 2007 +0900
@@ -94,8 +94,9 @@
     gboolean       pl_selection_more;
     gboolean       loading_playlist;
     GMutex        *mutex;       /* this is required for multiple playlist */
-    GList *tail; /* marker for the last element in playlist->entries */
+    GList         *tail; /* marker for the last element in playlist->entries */
     gint           attribute; /* PlaylistAttribute */
+    gulong         serial;     /* serial number */
 };
 
 typedef enum {