X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=render%2Ftheme.c;h=a6931be664923a4980c23d736592671976917766;hb=f6193ad9e048c5824142d3e7feeb109f91054052;hp=6d87cafb7344c31484f9d66fc0759dac8feb3e8e;hpb=de85e4f1d96c911c7c9dc7c2a9b514b13b028aec;p=chaz%2Fopenbox diff --git a/render/theme.c b/render/theme.c index 6d87cafb..a6931be6 100644 --- a/render/theme.c +++ b/render/theme.c @@ -907,13 +907,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; }