]> Dogcows Code - chaz/openbox/commitdiff
the title_focused_shadow_color is being set twice, and being overridden by the osd...
authorDana Jansens <danakj@orodu.net>
Tue, 5 Feb 2008 05:07:26 +0000 (00:07 -0500)
committerDana Jansens <danakj@orodu.net>
Tue, 5 Feb 2008 05:09:51 +0000 (00:09 -0500)
render/theme.c

index a57269dd2cbbea98ab130642fb11017b916b4063..9fc1f1db356b782d2961179fd83a514c84196c4e 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.024644 seconds and 4 git commands to generate.