]> Dogcows Code - chaz/openbox/blobdiff - otk/texture.cc
start of new render code
[chaz/openbox] / otk / texture.cc
index 77a7192bae033b6aef8a9e6586677aa2c06d2a0d..67addc3becdaabd3fdaa50dd80a7e49ae4a69ed4 100644 (file)
@@ -164,7 +164,7 @@ Pixmap Texture::render(const unsigned int width, const unsigned int height,
     return ParentRelative;
 
   if (screen() == ~(0u))
-    scrn = DefaultScreen(Display::display);
+    scrn = DefaultScreen(**display);
 
   assert(ctrl != 0);
   Pixmap ret = ctrl->renderImage(width, height, *this);
This page took 0.020303 seconds and 4 git commands to generate.