X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fprompt.c;h=f391331c204c15366b9684174e3409b58427ea26;hb=74a746e55f8c7faea0d71e9744532bda462b23bd;hp=1c7e2261e25bc20f1ceae2e6dda97216f3751868;hpb=0da49e82aea1e881792ffc45a48301a090af18f3;p=chaz%2Fopenbox diff --git a/openbox/prompt.c b/openbox/prompt.c index 1c7e2261..f391331c 100644 --- a/openbox/prompt.c +++ b/openbox/prompt.c @@ -48,8 +48,8 @@ void prompt_startup(gboolean reconfig) 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);