]> Dogcows Code - chaz/openbox/blobdiff - otk/surface.hh
off-by-one
[chaz/openbox] / otk / surface.hh
index d325b3937a59da6c3f93217a9e1e1da53d6cd0c0..18733517aaefc52a10fdb493fea5a7081f41e87e 100644 (file)
@@ -14,6 +14,7 @@ extern "C" {
 namespace otk {
 
 class ScreenInfo;
+class RenderColor;
 
 class Surface {
   int _screen;
@@ -26,7 +27,7 @@ protected:
   void destroyObjects();
 
   void setPixmap(XImage *image);
-  void setPixmap(const Color &color);
+  void setPixmap(const RenderColor &color);
   
 public:
   Surface(int screen, const Point &size);
This page took 0.024344 seconds and 4 git commands to generate.