summaryrefslogtreecommitdiff
path: root/otk/rendercontrol.hh
diff options
context:
space:
mode:
Diffstat (limited to 'otk/rendercontrol.hh')
-rw-r--r--otk/rendercontrol.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/otk/rendercontrol.hh b/otk/rendercontrol.hh
index 72ad176f..01642824 100644
--- a/otk/rendercontrol.hh
+++ b/otk/rendercontrol.hh
@@ -68,6 +68,8 @@ public:
//! Draws a PixmapMask with a specified color onto a Surface
virtual void drawMask(Surface &sf, const RenderColor &color,
const PixmapMask &mask) const;
+
+ virtual void allocateColor(XColor *color) const = 0;
};
}