summaryrefslogtreecommitdiff
path: root/otk/surface.hh
diff options
context:
space:
mode:
Diffstat (limited to 'otk/surface.hh')
-rw-r--r--otk/surface.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/otk/surface.hh b/otk/surface.hh
index d325b393..18733517 100644
--- a/otk/surface.hh
+++ b/otk/surface.hh
@@ -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);