comparison src/audacious/ui_vis.c @ 3105:1912eba1004b audacious-1.4.0-dr1

cleaning
author Tomasz Mon <desowin@gmail.com>
date Thu, 19 Jul 2007 16:21:31 +0200
parents 766a0fd12f7d
children 3b6d316f8b09
comparison
equal deleted inserted replaced
3104:992250ce4cc7 3105:1912eba1004b
24 24
25 #include "widgets/widgetcore.h" 25 #include "widgets/widgetcore.h"
26 #include "ui_vis.h" 26 #include "ui_vis.h"
27 #include "main.h" 27 #include "main.h"
28 #include "util.h" 28 #include "util.h"
29 #include "strings.h"
30 #include "playback.h" 29 #include "playback.h"
31 #include <string.h>
32 #include <ctype.h>
33 #include <gtk/gtkmain.h>
34 #include <gtk/gtkmarshal.h>
35 #include <gtk/gtkimage.h>
36
37 #define UI_TYPE_VIS (ui_vis_get_type())
38 30
39 static const gfloat vis_afalloff_speeds[] = { 0.34, 0.5, 1.0, 1.3, 1.6 }; 31 static const gfloat vis_afalloff_speeds[] = { 0.34, 0.5, 1.0, 1.3, 1.6 };
40 static const gfloat vis_pfalloff_speeds[] = { 1.2, 1.3, 1.4, 1.5, 1.6 }; 32 static const gfloat vis_pfalloff_speeds[] = { 1.2, 1.3, 1.4, 1.5, 1.6 };
41 static const gint vis_redraw_delays[] = { 1, 2, 4, 8 }; 33 static const gint vis_redraw_delays[] = { 1, 2, 4, 8 };
42 static const guint8 vis_scope_colors[] = 34 static const guint8 vis_scope_colors[] =