]> Dogcows Code - chaz/openbox/blobdiff - otk/focuslabel.cc
dont try free the widget's pixmap until it is no longer in use
[chaz/openbox] / otk / focuslabel.cc
index 79d68b092903f1f05fabc69036d82bf447a71a6c..6869d231c081a3ce21f0476cf99796e5f8d6bd1b 100644 (file)
@@ -67,7 +67,7 @@ void FocusLabel::renderForeground(void)
   }
 
   display->renderControl(_screen)->
-    drawString(_surface, *ft, x, 0, *text_color, t);
+    drawString(*_surface, *ft, x, 0, *text_color, t);
 }
 
 }
This page took 0.024101 seconds and 4 git commands to generate.