From 87fd759ba98dfec47b4c6a5cb291339617d40af3 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 5 Feb 2008 00:07:26 -0500 Subject: [PATCH] the title_focused_shadow_color is being set twice, and being overridden by the osd color (though not in the texture) --- render/theme.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/render/theme.c b/render/theme.c index a57269d..9fc1f1d 100644 --- a/render/theme.c +++ b/render/theme.c @@ -897,13 +897,9 @@ RrTheme* RrThemeNew(const RrInstance *inst, const gchar *name, j = (i > 0 ? 0 : 255); i = ABS(i*255/100); - theme->title_focused_shadow_color = RrColorNew(inst, j, j, j); - theme->title_focused_shadow_alpha = i; theme->osd_shadow_color = RrColorNew(inst, j, j, j); theme->osd_shadow_alpha = i; } else { - theme->title_focused_shadow_color = RrColorNew(inst, 0, 0, 0); - theme->title_focused_shadow_alpha = 50; theme->osd_shadow_color = RrColorNew(inst, 0, 0, 0); theme->osd_shadow_alpha = 50; } -- 1.9.1