diff src/xmms-sid.h @ 132:4162a5370b9e

Added "seek"-subsong control option, in style of xmms-sidplay.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 16 Jan 2004 02:53:02 +0000
parents ddb513bd2610
children 64a8fa2ba5f2
line wrap: on
line diff
--- a/src/xmms-sid.h	Fri Jan 16 02:52:00 2004 +0000
+++ b/src/xmms-sid.h	Fri Jan 16 02:53:02 2004 +0000
@@ -84,7 +84,8 @@
 			audioBitsPerSample;
 	void		*player;
 	gboolean	isError, isPlaying;
-	gint		currSong;
+	gint		currSong,
+			lastTime;
 	t_xs_tune	*pTune;
 } t_xs_status;