From 01a37dfe1888f1ac6da7ab12c6e4d59ce104d12c Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 14 Feb 2003 08:01:44 +0000 Subject: allocate colors in pseudocolor from the map we allocate in the rendercontrol --- otk/rendercontrol.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'otk/rendercontrol.hh') 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; }; } -- cgit v1.2.3