diff src/xs_config.h @ 258:e255f23abf33

Automatic subtune changing options added to config.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 21 Dec 2004 22:07:01 +0000
parents 0cd0c02ed6c4
children eebb38debe35
line wrap: on
line diff
--- a/src/xs_config.h	Tue Dec 21 22:06:02 2004 +0000
+++ b/src/xs_config.h	Tue Dec 21 22:07:01 2004 +0000
@@ -110,6 +110,9 @@
 	gboolean	titleOverride;		/* TRUE if XMMS titles are overriden */
 	gchar		*titleFormat;
 
+	gboolean	subAutoEnable,
+			subAutoMinOnly;
+	gint		subAutoMinTime;
 } xs_cfg;
 
 XS_MUTEX_H(xs_cfg);