X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Ftheme.c;h=fe200e37135167792319abc19c3d92db586e12e6;hb=5f04ca85ef6a2ebc2d66842e261a676691e9b4de;hp=d644a92f22799e811dfd31d6063b073b78504a31;hpb=4435c3a438f092252f563d5fd97dffd440a164db;p=chaz%2Fopenbox diff --git a/render/theme.c b/render/theme.c index d644a92f..fe200e37 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; }