all repos — openbox @ 5fce782499aa821c3a25bfdbf475066c2c21a7ed

openbox fork - make it a bit more like ryudo

useless code move
Dana Jansens danakj@orodu.net
commit

5fce782499aa821c3a25bfdbf475066c2c21a7ed

parent

4c1641bfc704f17df6e0acb8bdeb20e877b377ad

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

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

@@ -165,6 +165,14 @@ "window.label.unfocus.textColor",

&theme->title_unfocused_color)) theme->title_unfocused_color = RrColorNew(inst, 0xff, 0xff, 0xff); if (!read_color(db, inst, + "window.button.focus.picColor", + &theme->titlebut_focused_color)) + theme->titlebut_focused_color = RrColorNew(inst, 0, 0, 0); + if (!read_color(db, inst, + "window.button.unfocus.picColor", + &theme->titlebut_unfocused_color)) + theme->titlebut_unfocused_color = RrColorNew(inst, 0xff, 0xff, 0xff); + if (!read_color(db, inst, "window.button.disabled.focus.picColor", &theme->titlebut_disabled_focused_color)) theme->titlebut_disabled_focused_color =

@@ -173,14 +181,6 @@ if (!read_color(db, inst,

"window.button.disabled.unfocus.picColor", &theme->titlebut_disabled_unfocused_color)) theme->titlebut_disabled_unfocused_color = RrColorNew(inst, 0, 0, 0); - if (!read_color(db, inst, - "window.button.focus.picColor", - &theme->titlebut_focused_color)) - theme->titlebut_focused_color = RrColorNew(inst, 0, 0, 0); - if (!read_color(db, inst, - "window.button.unfocus.picColor", - &theme->titlebut_unfocused_color)) - theme->titlebut_unfocused_color = RrColorNew(inst, 0xff, 0xff, 0xff); if (!read_color(db, inst, "menu.title.textColor", &theme->menu_title_color)) theme->menu_title_color = RrColorNew(inst, 0, 0, 0);