diff src/audacious/widgets/vis.c @ 2328:d88558b0de0a trunk

[svn] - Added script for migration to XDG basedir. - Fixed tons of warnings.
author js
date Sat, 13 Jan 2007 16:41:21 -0800
parents 3149d4b1a9a9
children 63115d6e8ba8
line wrap: on
line diff
--- a/src/audacious/widgets/vis.c	Sat Jan 13 16:09:38 2007 -0800
+++ b/src/audacious/widgets/vis.c	Sat Jan 13 16:41:21 2007 -0800
@@ -28,6 +28,7 @@
 #include "main.h"
 #include "skin.h"
 #include "widget.h"
+#include "playback.h"
 
 static const gfloat vis_afalloff_speeds[] = { 0.34, 0.5, 1.0, 1.3, 1.6 };
 static const gfloat vis_pfalloff_speeds[] = { 1.2, 1.3, 1.4, 1.5, 1.6 };
@@ -45,7 +46,7 @@
     static GTimer *timer = NULL;
     gulong micros = 9999999;
     gboolean falloff = FALSE;
-    gint i, n;
+    gint i;
 
     if (!timer) {
         timer = g_timer_new();