diff src/xmms-sid.h @ 392:b09d74eb71e6

Working on getting STIL and SLDB using completely dynamically allocated structures. Indentation cleanups, etc.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 31 May 2006 10:02:00 +0000
parents b20300813b42
children 7c4216c7aa47
line wrap: on
line diff
--- a/src/xmms-sid.h	Tue May 30 04:50:04 2006 +0000
+++ b/src/xmms-sid.h	Wed May 31 10:02:00 2006 +0000
@@ -95,8 +95,6 @@
 
 #define XS_BIN_BAILOUT		(32)	/* Binary search bailout treshold */
 
-#define XS_STIL_MAXENTRY	(128)	/* Max number of sub-songs in STIL/SLDB node */
-
 
 #define XS_CONFIG_IDENT		"XMMS-SID"	/* Configuration file identifier */
 #define XS_CONFIG_FILE		"/.xmms/xmms-sid"	/* Use this configfile if autocyrpe fails */
@@ -134,6 +132,7 @@
 	gint		tuneSpeed;
 	gint		tuneLength;
 	gchar		*tuneTitle;
+	gboolean	tunePlayed;
 } t_xs_subtuneinfo;