]> Dogcows Code - chaz/openbox/blobdiff - otk/texture.cc
fix \'s
[chaz/openbox] / otk / texture.cc
index 7a651620057cde78c0d40c3faa3a4a1069f5a061..967878b7edc3cd474ff2f775566bf1acc0edf08f 100644 (file)
@@ -158,8 +158,8 @@ Pixmap BTexture::render(const unsigned int width, const unsigned int height,
                         const Pixmap old) {
   assert(texture() != BTexture::NoTexture);
 
-  if (texture() == (BTexture::Flat | BTexture::Solid))
-    return None;
+//  if (texture() == (BTexture::Flat | BTexture::Solid))
+//    return None;
   if (texture() == BTexture::Parent_Relative)
     return ParentRelative;
 
This page took 0.020795 seconds and 4 git commands to generate.