all repos — openbox @ 3e504ae5f37f4648f6a32b8d02f893928a78f6eb

openbox fork - make it a bit more like ryudo

rm a stupid bb format
Dana Jansens danakj@orodu.net
commit

3e504ae5f37f4648f6a32b8d02f893928a78f6eb

parent

329de788cb33f580548fef844c1293424cd98bb3

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

jump to
M otk/rendercolor.ccotk/rendercolor.cc

@@ -66,7 +66,7 @@ xcol.green = (_green << 8) | _green;

xcol.blue = (_blue << 8) | _blue; xcol.pixel = 0; - if (! XAllocColor(**display, info->colormap(), &xcol)) { + if (!XAllocColor(**display, info->colormap(), &xcol)) { fprintf(stderr, "RenderColor: color alloc error: rgb:%x/%x/%x\n", _red, _green, _blue); xcol.pixel = 0;