diff src/xmms-sid.cc @ 63:05220299c6e8

Kuumaa paskaa
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 22 Jun 2003 12:10:01 +0000
parents 85811bcd049e
children d3bb914e3af3
line wrap: on
line diff
--- a/src/xmms-sid.cc	Sun Jun 22 11:38:00 2003 +0000
+++ b/src/xmms-sid.cc	Sun Jun 22 12:10:01 2003 +0000
@@ -51,24 +51,22 @@
  * Global variables
  */
 #ifdef HAVE_SIDPLAY1
-static struct emuConfig	xs_emuConf;
-static emuEngine	xs_emuEngine;
-typedef	sidTune		t_xs_tune;
+static struct emuConfig		xs_emuConf;
+static emuEngine		xs_emuEngine;
+typedef	sidTune			t_xs_tune;
 typedef struct sidTuneInfo	t_xs_tuneinfo;
 #endif
 
 #ifdef HAVE_SIDPLAY2
 static struct sid2_config_t	xs_emuConf;
-static sidplay2		xs_emuEngine;
-typedef SidTune		t_xs_tune;
+static sidplay2			xs_emuEngine;
+typedef SidTune			t_xs_tune;
 typedef struct SidTuneInfo	t_xs_tuneinfo;
 #endif
 
-
-static GtkWidget	*xs_ctrlwin	= NULL;
-static pthread_t	xs_decode_thread;
-struct t_xs_cfg		xs_cfg;
-
+static GtkWidget		*xs_ctrlwin	= NULL;
+static pthread_t		xs_decode_thread;
+struct t_xs_cfg			xs_cfg;
 
 struct {
 	gboolean	isError, isPlaying, allowNext;
@@ -77,7 +75,7 @@
 	gchar		*currFilename;
 } xs_status;
 
-pthread_mutex_t xs_mutex = PTHREAD_MUTEX_INITIALIZER;
+pthread_mutex_t			xs_mutex = PTHREAD_MUTEX_INITIALIZER;
 
 /*
  * Create sub-song control window