]> Dogcows Code - chaz/openbox/blobdiff - otk/surface.cc
dont try free the widget's pixmap until it is no longer in use
[chaz/openbox] / otk / surface.cc
index 4f6ef3862453015fddc0c53ae89d1d0a5f537b47..70acf70ac5f16289897bcdad0be7c99f94c94928 100644 (file)
@@ -39,7 +39,6 @@ void Surface::setPixmap(const RenderColor &color)
 
 void Surface::setPixmap(XImage *image)
 {
-  printf("SET PIXMAP\n");
   assert(image->width == _size.x());
   assert(image->height == _size.y());
   
This page took 0.023207 seconds and 4 git commands to generate.