]> Dogcows Code - chaz/openbox/blobdiff - otk/rendercolor.cc
add a default icon
[chaz/openbox] / 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.025517 seconds and 4 git commands to generate.