]> Dogcows Code - chaz/openbox/blobdiff - src/Texture.cc
Added style resources for window.button.pressed.focus: and
[chaz/openbox] / src / Texture.cc
index 60923316701161459367818d0cc72d3a8fe07ce4..75283a918c7c9113fa6f814274bfd2609fec0e86 100644 (file)
@@ -184,6 +184,7 @@ BTexture& BTexture::operator=(const BTexture &tt) {
 Pixmap BTexture::render(const unsigned int width, const unsigned int height,
                         const Pixmap old) {
   assert(display() != 0);
+  assert(texture() != BTexture::NoTexture);
 
   if (texture() == (BTexture::Flat | BTexture::Solid))
     return None;
This page took 0.019161 seconds and 4 git commands to generate.