]> Dogcows Code - chaz/openbox/blobdiff - otk/label.cc
dont try free the widget's pixmap until it is no longer in use
[chaz/openbox] / otk / label.cc
index 8c429dba92157bc962b0362c9eefe52369cc3b47..b536451e0a4fbb3b295fda7c7e5796d785f3ffc9 100644 (file)
@@ -61,7 +61,7 @@ void Label::renderForeground(void)
   }
 
   display->renderControl(_screen)->
-    drawString(_surface, *ft, x, 0, *style()->getTextUnfocus(), t);
+    drawString(*_surface, *ft, x, 0, *style()->getTextUnfocus(), t);
 }
 
 }
This page took 0.020842 seconds and 4 git commands to generate.