]> Dogcows Code - chaz/openbox/blobdiff - otk/rendercontrol.hh
otk using new render shit.. supposedly
[chaz/openbox] / otk / rendercontrol.hh
index f4ae64936a1203ba316c4dfd351d9649c913ef8c..1d9ab7e7501dd3c1eb23978db21e246ae3797e06 100644 (file)
@@ -13,7 +13,7 @@ class ScreenInfo;
 class Surface;
 class RenderTexture;
 class Font;
-class Color;
+class RenderColor;
 class ustring;
 
 class RenderControl {
@@ -73,7 +73,8 @@ public:
 
   //! Draws a string onto a Surface
   virtual void drawString(Surface& sf, const Font& font, int x, int y,
-                         const Color& color, const ustring& string) const;
+                         const RenderColor& color,
+                          const ustring& string) const;
 
   //! Draws a background onto a Surface, as specified by a RenderTexture
   virtual void drawBackground(Surface& sf,
This page took 0.025325 seconds and 4 git commands to generate.