diff src/xmms-sid.h @ 445:f277dad3180f

Working on the localization and fixing up the breakage in song information handling.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 08 Jan 2007 12:08:05 +0000
parents b79d319e3054
children 023fed5602f3
line wrap: on
line diff
--- a/src/xmms-sid.h	Mon Jan 08 12:07:05 2007 +0000
+++ b/src/xmms-sid.h	Mon Jan 08 12:08:05 2007 +0000
@@ -154,7 +154,6 @@
 typedef struct {
 	gint		tuneSpeed;
 	gint		tuneLength;
-	gchar		*tuneTitle;
 	gboolean	tunePlayed;
 } t_xs_subtuneinfo;
 
@@ -202,9 +201,10 @@
 						*/
 	void		*sidEngine;		/* SID-emulation internal engine data */
 	t_xs_player	*sidPlayer;		/* Selected player engine */
-	gboolean	isError, isPlaying;
+	gboolean	isError, isPlaying, isInit;
 	gint		currSong,		/* Current sub-tune */
 			lastTime;
+
 	t_xs_tuneinfo	*tuneInfo;
 } t_xs_status;
 
@@ -232,6 +232,7 @@
 void	xs_get_song_info(gchar *, gchar **, gint *);
 void	xs_about(void);
 
+
 t_xs_tuneinfo *xs_tuneinfo_new(const gchar *, gint, gint,
 	const gchar *, const gchar *, const gchar *,
 	gint, gint, gint, gint, const gchar *);