all repos — openbox @ 97ffa9e3e27bda2d1fc95b5389db6f49964f0a08

openbox fork - make it a bit more like ryudo

make a copy of the color
Dana Jansens danakj@orodu.net
commit

97ffa9e3e27bda2d1fc95b5389db6f49964f0a08

parent

364bb1550abd7e586b3c148dfe2fb80eb73e48c9

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

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

@@ -113,7 +113,8 @@

a_focus_indicator = RrAppearanceNew(ob_rr_inst, 4); a_focus_indicator->surface.grad = RR_SURFACE_SOLID; a_focus_indicator->surface.relief = RR_RELIEF_FLAT; - a_focus_indicator->surface.primary = color_black; + a_focus_indicator->surface.primary = RrColorNew(ob_rr_inst, + 0, 0, 0); a_focus_indicator->texture[0].type = RR_TEXTURE_LINE_ART; a_focus_indicator->texture[0].data.lineart.color = color_white; a_focus_indicator->texture[1].type = RR_TEXTURE_LINE_ART;