]> Dogcows Code - chaz/openbox/commitdiff
make active-disabled shadow offset-y be proper
authorDana Jansens <danakj@orodu.net>
Wed, 6 Jun 2007 14:53:57 +0000 (14:53 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 6 Jun 2007 14:53:57 +0000 (14:53 +0000)
render/theme.c

index 4aef833f2edec3cc508b81bda4999e61bdf87bad..450d3e8e2fbfd795da57a5e6dbe9415b9eeaa89b 100644 (file)
@@ -931,9 +931,9 @@ RrTheme* RrThemeNew(const RrInstance *inst, const gchar *name,
     if (!FIND(shadow, L("menu","active-disabled","shadow","offset"),
               theme->a_menu_text_disabled_selected))
         theme->a_menu_text_disabled_selected->
-            texture[0].data.text.shadow_offset_x = 0;
-    theme->a_menu_text_disabled_selected->
-        texture[0].data.text.shadow_offset_y = 0;
+            texture[0].data.text.shadow_offset_x =
+            theme->a_menu_text_disabled_selected->
+            texture[0].data.text.shadow_offset_y = 0;
     theme->a_menu_text_normal->texture[0].data.text.shadow_color =
         theme->menu_text_normal_shadow_color;
     theme->a_menu_text_normal->texture[0].data.text.shadow_alpha =
This page took 0.022475 seconds and 4 git commands to generate.