]> Dogcows Code - chaz/openbox/blobdiff - render/theme.c
Merge branch 'backport' into work
[chaz/openbox] / render / theme.c
index d644a92f22799e811dfd31d6063b073b78504a31..fe200e37135167792319abc19c3d92db586e12e6 100644 (file)
@@ -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;
         }
This page took 0.021031 seconds and 4 git commands to generate.