all repos — openbox @ 1fc480c193e66c45f3c4f0b9da76ec8ae2fc8ed7

openbox fork - make it a bit more like ryudo

make active-disabled shadow offset-y be proper
Dana Jansens danakj@orodu.net
commit

1fc480c193e66c45f3c4f0b9da76ec8ae2fc8ed7

parent

d0bde36aa7a898c4ff4206b82dfcac4ab8466cb4

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M render/theme.crender/theme.c

@@ -931,9 +931,9 @@ 0;

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 =