all repos — openbox @ aeb1ebd04d9f41803cd7e408c1f73004d098c85f

openbox fork - make it a bit more like ryudo

use the hover and press button colors (this was a bug)
Dana Jansens danakj@orodu.net
commit

aeb1ebd04d9f41803cd7e408c1f73004d098c85f

parent

fcc23e1fd18a6ee3498de2f36928add82a468ed8

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

jump to
M openbox/prompt.copenbox/prompt.c

@@ -48,8 +48,8 @@ prompt_a_focus = RrAppearanceCopy(ob_rr_theme->a_hover_focused_close);

prompt_a_press = RrAppearanceCopy(ob_rr_theme->a_focused_pressed_close); c_button = prompt_a_button->texture[0].data.mask.color; - c_focus = prompt_a_button->texture[0].data.mask.color; - c_press = prompt_a_button->texture[0].data.mask.color; + c_focus = prompt_a_focus->texture[0].data.mask.color; + c_press = prompt_a_press->texture[0].data.mask.color; RrAppearanceRemoveTextures(prompt_a_button); RrAppearanceRemoveTextures(prompt_a_focus);