system/settings: move theme colors to dedicated struct

Conflicts:
	src/driver/pictureviewer/pictureviewer.cpp
	src/gui/epgview.cpp
	src/gui/osd_setup.cpp
	src/gui/pluginlist.cpp
	src/neutrino.cpp
This commit is contained in:
martii
2014-01-06 11:48:59 +01:00
committed by [CST] Focus
parent 431657e35d
commit b21cb152b5
17 changed files with 402 additions and 485 deletions

View File

@@ -35,7 +35,7 @@
using namespace std;
//abstract basic class CComponents
CComponents::CComponents() : COSDFader(g_settings.menu_Content_alpha)
CComponents::CComponents() : COSDFader(g_settings.theme.menu_Content_alpha)
{
x = saved_screen.x = 0;
y = saved_screen.y = 0;