settigs: add support for custom visualization color

This commit is contained in:
Andrzej Rybczak
2010-08-13 07:27:04 +02:00
parent 35ddbe351a
commit 5ee05e3119
5 changed files with 13 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ int Visualizer::WindowTimeout = 1000/25; /* 25 fps */
void Visualizer::Init()
{
w = new Window(0, MainStartY, COLS, MainHeight, "", Config.main_color, brNone);
w = new Window(0, MainStartY, COLS, MainHeight, "", Config.visualizer_color, brNone);
ResetFD();
# ifdef HAVE_FFTW3_H