]> Dogcows Code - chaz/openbox/commitdiff
rm a stupid bb format
authorDana Jansens <danakj@orodu.net>
Thu, 13 Feb 2003 05:18:41 +0000 (05:18 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 13 Feb 2003 05:18:41 +0000 (05:18 +0000)
otk/rendercolor.cc

index c8a8c788b91eee01842053dbf32b64f865d9e6fa..448b3e109610c3fb00f8dc322b0f9d383a98a7d3 100644 (file)
@@ -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;
This page took 0.027164 seconds and 4 git commands to generate.