]> Dogcows Code - chaz/openbox/blobdiff - otk/rendercontrol.cc
break when no more widgets showing
[chaz/openbox] / otk / rendercontrol.cc
index 189bbd6e00514a3d2fd242adcf9c7595ff54b8eb..90229d88c7db765ff98398a9e82338ec583a6485 100644 (file)
@@ -7,10 +7,10 @@
 #include "rendercontrol.hh"
 #include "truerendercontrol.hh"
 #include "rendertexture.hh"
+#include "rendercolor.hh"
 #include "display.hh"
 #include "screeninfo.hh"
 #include "surface.hh"
-#include "color.hh"
 #include "font.hh"
 #include "ustring.hh"
 
@@ -61,7 +61,8 @@ RenderControl::~RenderControl()
 }
 
 void RenderControl::drawString(Surface& sf, const Font &font, int x, int y,
-                              const Color &color, const ustring &string) const
+                              const RenderColor &color,
+                               const ustring &string) const
 {
   assert(sf._screen == _screen);
   XftDraw *d = sf._xftdraw;
This page took 0.022214 seconds and 4 git commands to generate.