X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Frendercolor.cc;h=448b3e109610c3fb00f8dc322b0f9d383a98a7d3;hb=50002f2ceb4234145f3977bb14752dc930ada26c;hp=c8a8c788b91eee01842053dbf32b64f865d9e6fa;hpb=ea20fcc27243621ff9f2195e9dbac4ea1961b17f;p=chaz%2Fopenbox diff --git a/otk/rendercolor.cc b/otk/rendercolor.cc index c8a8c788..448b3e10 100644 --- a/otk/rendercolor.cc +++ b/otk/rendercolor.cc @@ -66,7 +66,7 @@ void RenderColor::create() const 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;